mirror of
https://github.com/boostorg/url.git
synced 2026-01-19 04:42:15 +00:00
On Windows, fs::path::c_str() returns wchar_t const* so cannot be streamed to std::cout. fs::path is output streamable anyway (it might quote it, but that should be fine).