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

Function check

test/path_unit_test.cpp:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void check(bool ok, const char* file, int line)
136 {
137 if (ok) return;
138
139 ++::boost::detail::test_errors();
140
141 std::cout << file << '(' << line << "): test failed\n";
142 }
143
144 string s("string");
145 wstring ws(L"wstring");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected