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

Function cpp_main

test/issues/hello_filesystem.cpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30//------------------------------------ cpp_main --------------------------------------//
31
32int cpp_main(int argc, char* argv[])
33{
34 cout << "Hello, filesystem world" << endl;
35
36 BOOST_TEST(fs::exists("."));
37
38 return ::boost::report_errors();
39} // cpp_main

Callers

nothing calls this directly

Calls 1

existsFunction · 0.50

Tested by

no test coverage detected