From 102fb300fe5cb115a0950e568e0b0e5607d32b2b Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 21 Aug 2009 22:28:44 +0000 Subject: [PATCH] mutable get_error_info support [SVN r55707] --- include/boost/exception/exception.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 6233f19..f71f9f5 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -144,8 +144,8 @@ boost error_info_container { virtual char const * diagnostic_information() const = 0; - virtual shared_ptr get( type_info_ const & ) const = 0; - virtual void set( shared_ptr const &, type_info_ const & ) = 0; + virtual shared_ptr get( type_info_ const & ) const = 0; + virtual void set( shared_ptr const &, type_info_ const & ) = 0; virtual void add_ref() const = 0; virtual void release() const = 0;