diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 970db8b..fdae86a 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -160,13 +160,13 @@ boost template struct get_info; - template <> + template <> struct get_info; - template <> + template <> struct get_info; - template <> + template <> struct get_info; char const * get_diagnostic_information( exception const & ); @@ -313,10 +313,10 @@ boost virtual clone_base const * clone() const = 0; virtual void rethrow() const = 0; - virtual - ~clone_base() throw() - { - } + virtual + ~clone_base() throw() + { + } }; inline