fix for sun compilers and documentation source update

[SVN r48538]
This commit is contained in:
Emil Dotchevski
2008-09-02 17:47:51 +00:00
parent b84fb75a60
commit 31a9264bf9
3 changed files with 2657 additions and 2830 deletions

View File

@ -160,6 +160,15 @@ boost
template <class>
struct get_info;
template <>
struct get_info<throw_function>;
template <>
struct get_info<throw_file>;
template <>
struct get_info<throw_line>;
char const * get_diagnostic_information( exception const & );
}
@ -213,6 +222,9 @@ boost
template <class>
friend struct exception_detail::get_info;
friend struct exception_detail::get_info<throw_function>;
friend struct exception_detail::get_info<throw_file>;
friend struct exception_detail::get_info<throw_line>;
mutable exception_detail::refcount_ptr<exception_detail::error_info_container> data_;
mutable char const * throw_function_;