mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-10 23:42:20 +00:00
throw leaf::exception(....) becomes leaf::throw_exception(....)
This commit is contained in:
@@ -38,7 +38,7 @@ struct info
|
||||
void f0()
|
||||
{
|
||||
auto load = leaf::on_error( info<0>{0} );
|
||||
throw leaf::exception(info<2>{2});
|
||||
leaf::throw_exception(info<2>{2});
|
||||
}
|
||||
|
||||
void f1()
|
||||
|
||||
Reference in New Issue
Block a user