| 507 | } |
| 508 | |
| 509 | void testPath() |
| 510 | { |
| 511 | #ifndef BOOST_NO_CXX17_HDR_FILESYSTEM |
| 512 | testParseInto< std::filesystem::path >( "c:/" ); |
| 513 | testParseInto< std::filesystem::path >( ".." ); |
| 514 | testParseInto< std::filesystem::path >( "../" ); |
| 515 | #endif // BOOST_NO_CXX17_HDR_FILESYSTEM |
| 516 | } |
| 517 | |
| 518 | void run() |
| 519 | { |
nothing calls this directly
no outgoing calls
no test coverage detected