fix for mutable problem, thanks Peter Klotz

[SVN r48270]
This commit is contained in:
Emil Dotchevski
2008-08-20 21:48:35 +00:00
committed by Peter Dimov
parent 0a45302791
commit 512ad21a54

View File

@ -105,7 +105,7 @@ boost
template <class ErrorInfo,class E>
friend shared_ptr<typename ErrorInfo::value_type const> get_error_info( E const & );
intrusive_ptr<exception_detail::error_info_container> mutable data_;
mutable intrusive_ptr<exception_detail::error_info_container> data_;
};
#if BOOST_WORKAROUND( BOOST_MSVC, BOOST_TESTED_AT(1500) ) //See above.