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

Function check

test/operations_unit_test.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55{
56
57 void check(bool ok, const char* file, int line)
58 {
59 if (ok) return;
60
61 ++::boost::detail::test_errors();
62
63 cout << file << '(' << line << "): test failed\n";
64 }
65
66 // file_status_test ----------------------------------------------------------------//
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected