mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-15 13:36:30 +02:00
Remove wrapexcept::location()
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user