| 141 | } |
| 142 | |
| 143 | std::string base_name(std::string const& path) |
| 144 | { |
| 145 | return path.substr(path.find_last_of("/\\") + 1); |
| 146 | } |
| 147 | |
| 148 | #pragma clang diagnostic push |
| 149 | #pragma clang diagnostic ignored "-Wunused-function" |
no outgoing calls
no test coverage detected