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

Function main

test/quick.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace fs = boost::filesystem;
15
16int main()
17{
18 fs::path p1("a");
19 fs::path p2 = p1 / "b";
20
21 BOOST_TEST_EQ(p2, "a/b");
22
23 return boost::report_errors();
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected