| 293 | //--------------------------------------------------------------------------------------// |
| 294 | |
| 295 | inline path initial_path() |
| 296 | { |
| 297 | return detail::initial_path(); |
| 298 | } |
| 299 | |
| 300 | inline path initial_path(system::error_code& ec) |
| 301 | { |
nothing calls this directly
no outgoing calls
no test coverage detected