mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-13 00:22:21 +00:00
throw leaf::exception(....) becomes leaf::throw_exception(....)
This commit is contained in:
@@ -21,7 +21,7 @@ leaf::result<void> BOOST_SYMBOL_VISIBLE hidden_result()
|
||||
void BOOST_SYMBOL_VISIBLE hidden_throw()
|
||||
{
|
||||
auto load = leaf::on_error( my_info<1>{1}, my_info<3>{3} );
|
||||
throw leaf::exception( my_info<2>{2} );
|
||||
leaf::throw_exception( my_info<2>{2} );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user