MCPcopy Create free account
hub / github.com/boostorg/filesystem / check

Function check

test/path_unit_test.cpp:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void check(bool ok_, const char* file, int line)
127{
128 if (ok_)
129 return;
130
131 ++::boost::detail::test_errors();
132
133 std::cout << file << '(' << line << "): test failed\n";
134}
135
136string s("string");
137wstring ws(L"wstring");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected