X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fexception%2Fdoc%2Fget_error_info.html;h=73c6770725807345da875ee5ad3869501c3158db;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=90b5fccb5eb5e6dbed97199b935213f75d351023;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/exception/doc/get_error_info.html b/libs/exception/doc/get_error_info.html index 90b5fcc..73c6770 100644 --- a/libs/exception/doc/get_error_info.html +++ b/libs/exception/doc/get_error_info.html @@ -25,10 +25,10 @@ boost { template <class ErrorInfo,class E> - typename ErrorInfo::error_info::value_type const * get_error_info( E const & x ); + typename ErrorInfo::error_info::value_type const * get_error_info( E const & x ); template <class ErrorInfo,class E> - typename ErrorInfo::error_info::value_type * get_error_info( E & x ); + typename ErrorInfo::error_info::value_type * get_error_info( E & x ); }

Requirements:


-See also: BOOST_THROW_EXCEPTION | Boost Exception | boost/exception/get_error_info.hpp | Configuration Macros | current_exception | error_info | exception | Motivation | throw_exception +See also: BOOST_THROW_EXCEPTION | Boost Exception | boost/exception/get_error_info.hpp | Configuration Macros | current_exception | error_info | exception | Motivation