| 682 | // modifiers -----------------------------------------------------------------------// |
| 683 | |
| 684 | BOOST_FILESYSTEM_DECL void path_algorithms::remove_filename_v3(path& p) |
| 685 | { |
| 686 | p.remove_filename_and_trailing_separators(); |
| 687 | } |
| 688 | |
| 689 | BOOST_FILESYSTEM_DECL void path_algorithms::remove_filename_v4(path& p) |
| 690 | { |
nothing calls this directly
no outgoing calls
no test coverage detected