Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ ErrorCode
Enum
ErrorCode
test/github_issue53x_test.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
namespace leaf = boost::leaf;
31
32
enum class ErrorCode
33
{
34
E_GENERIC_UNEXPECTED,
35
E_GENERIC_PARSE
36
};
37
38
int test1( int a )
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected