2
0
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:
Emil Dotchevski
2019-01-10 09:29:48 -08:00
parent b1da5131ea
commit a16600a989
31 changed files with 89 additions and 101 deletions

View File

@@ -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()