Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ ErrorCode
Enum
ErrorCode
test/github_issue53_test.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
namespace leaf = boost::leaf;
16
17
enum class ErrorCode
18
{
19
E_GENERIC_UNEXPECTED,
20
E_GENERIC_PARSE
21
};
22
23
leaf::result<int> test1( int a )
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected