MCPcopy Create free account
hub / github.com/boostorg/json / good

Method good

test/parse.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void
72 good(string_view s)
73 {
74 good_impl<system::error_code>(s);
75 good_impl<std::error_code>(s);
76 }
77
78 void
79 bad(string_view s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected