From 3623b2d32e1c0315f4677b7df9f669d9f53b974e Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 2 Sep 2008 18:44:05 +0000 Subject: [PATCH] minor diagnostic_information fix. [SVN r48543] --- include/boost/exception/exception.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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