MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / assert_smaller_failed_impl

Function assert_smaller_failed_impl

test/source/infra/assertions.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void assert_smaller_failed_impl(const std::string& a, const std::string& b) {
76 std::cerr << "assertion failed. expected [" << a << "] < [" << b << "]" << std::endl;
77 std::abort();
78 }
79
80 void assert_bigger_equal_failed_impl(const std::string& a, const std::string& b) {
81 std::cerr << "assertion failed. expected [" << a << "] >= [" << b << "]" << std::endl;

Callers 1

assert_smallerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected