Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
67
public:
68
void
69
run()
70
{
71
(void)&set1;
72
BOOST_TEST_PASS();
73
}
74
};
75
76
TEST_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