From db6110057ad7531caeade8e6a2ae9562cfe53a0e Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 2 Sep 2008 17:47:51 +0000 Subject: [PATCH] fix for sun compilers and documentation source update [SVN r48538] --- include/boost/exception/exception.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 5cba804..970db8b 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -160,6 +160,15 @@ boost template struct get_info; + template <> + struct get_info; + + template <> + struct get_info; + + template <> + struct get_info; + char const * get_diagnostic_information( exception const & ); } @@ -213,6 +222,9 @@ boost template friend struct exception_detail::get_info; + friend struct exception_detail::get_info; + friend struct exception_detail::get_info; + friend struct exception_detail::get_info; mutable exception_detail::refcount_ptr data_; mutable char const * throw_function_;