MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / JSONCONS_CATCH

Function JSONCONS_CATCH

test/corelib/src/polymorphic_allocator_tests.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 reader.read_next();
182 }
183 JSONCONS_CATCH (const std::exception&)
184 {
185 }
186 CHECK(decoder.is_valid());
187 auto j = decoder.get_result();
188 CHECK(j.as<std::string>() == s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected