From f10defd7a2033bc5f52ce3959d5dc6767dce43dd Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 20 Apr 2010 18:49:18 +0000 Subject: [PATCH] Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool [SVN r61437] --- doc/boost_exception_get_error_info_hpp.html | 4 ++-- doc/get_error_info.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ); }

See also: boost/exception/all.hpp | error_info diff --git a/doc/get_error_info.html b/doc/get_error_info.html index b6b4196..90b5fcc 100644 --- a/doc/get_error_info.html +++ b/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: