2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-23 06:02:17 +00:00

3 Commits

Author SHA1 Message Date
Ed Catmur
1dc789839f Fix Windows build of file_router example
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).
2023-08-15 13:33:55 -03:00
alandefreitas
96438f683e remove type aliases
fix #743
2023-04-28 17:27:26 -03:00
alandefreitas
c3a70873d6 url router 2023-01-20 21:50:27 -03:00