MCPcopy 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

30namespace leaf = boost::leaf;
31
32enum class ErrorCode
33{
34 E_GENERIC_UNEXPECTED,
35 E_GENERIC_PARSE
36};
37
38int test1( int a )
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected