Remove wrapexcept::location()

This commit is contained in:
Peter Dimov
2022-01-26 07:17:51 +02:00
parent 6624c33710
commit 0bfe1d9261

View File

@ -197,11 +197,6 @@ public:
set_info_impl( this, throw_line( loc.line() ) ); set_info_impl( this, throw_line( loc.line() ) );
set_info_impl( this, throw_function( loc.function_name() ) ); set_info_impl( this, throw_function( loc.function_name() ) );
} }
virtual boost::source_location location() const BOOST_NOEXCEPT
{
return loc_;
}
}; };
// All boost exceptions are required to derive from std::exception, // All boost exceptions are required to derive from std::exception,