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

Function test_eq

test/path_operator_ambiguity.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace boost::filesystem;
17
18bool test_eq(char* arg)
19{
20 return std::string("abc") == arg;
21}
22
23bool test_ne(char* arg)
24{

Callers 1

mainFunction · 0.85

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected