mirror of
https://github.com/boostorg/system.git
synced 2026-04-28 18:12:14 +02:00
Add a source_location parameter to throw_exception_from_error
This commit is contained in:
@@ -27,7 +27,7 @@ struct E
|
||||
{
|
||||
};
|
||||
|
||||
BOOST_NORETURN void throw_exception_from_error( Y const & )
|
||||
BOOST_NORETURN void throw_exception_from_error( Y const &, boost::source_location const& )
|
||||
{
|
||||
throw E();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user