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

Method run

test/doc_uses_allocator.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66{
67public:
68 void
69 run()
70 {
71 (void)&set1;
72 BOOST_TEST_PASS();
73 }
74};
75
76TEST_SUITE(doc_uses_allocator_test, "boost.json.doc_uses_allocator");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected