mirror of
https://github.com/boostorg/leaf.git
synced 2026-01-29 19:42:15 +00:00
error constructor -> new_error
This commit is contained in:
@@ -18,7 +18,7 @@ struct info
|
||||
leaf::error g()
|
||||
{
|
||||
auto propagate = leaf::preload( info{42} );
|
||||
return leaf::error();
|
||||
return leaf::new_error();
|
||||
}
|
||||
|
||||
leaf::error f()
|
||||
|
||||
Reference in New Issue
Block a user