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_;