Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f2
Function
f2
test/on_error_preload_nested_error_exception_test.cpp:49–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void f2()
50
{
51
try
52
{
53
f1();
54
}
55
catch( leaf::error_id const & err )
56
{
57
err.load( info<3>{3} );
58
throw;
59
}
60
}
61
62
int main()
63
{
Callers
1
main
Function · 0.70
Calls
2
load
Method · 0.80
f1
Function · 0.70
Tested by
no test coverage detected