---------------------------------------------------------------------
| 32 | { |
| 33 | //--------------------------------------------------------------------- |
| 34 | void PrintTo(const path& path, ::std::ostream* os) { |
| 35 | if (os) |
| 36 | *os << path.string(); |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected