diff --git a/doc/boost_exception_get_error_info_hpp.html b/doc/boost_exception_get_error_info_hpp.html index 1850ab8..55fe7ca 100644 --- a/doc/boost_exception_get_error_info_hpp.html +++ b/doc/boost_exception_get_error_info_hpp.html @@ -28,10 +28,10 @@ namespace 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 ); }