2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-19 16:52:14 +00:00

7 Commits

Author SHA1 Message Date
alandefreitas
df21f5b98d test(format): use qualified functions
Latest standard implementations have been indirectly including the std::format declaration, which makes urls::format ambiguous in tests because of ADL.
2024-01-04 18:45:23 -03:00
alandefreitas
d99b89ac16 feat(format): support const args
fix #793
2023-11-27 16:53:17 -03:00
Ed Tanous
f06f595ae7 fix: format_args zero serialization
Fixes #758

The parsing and measuring code didn't have explicit handling for integer
zero, and the while(v > 0) loop wouldn't execute.

Also add tests to cover both of these cases.
2023-06-29 02:32:51 -03:00
alandefreitas
96438f683e remove type aliases
fix #743
2023-04-28 17:27:26 -03:00
alandefreitas
722ba1a586 detail::to_string_view
fix #672
2023-03-07 11:29:51 -03:00
alandefreitas
f7c870ef00 path-rootless considers invalid segments
fix #665
2023-01-24 20:29:33 -03:00
alandefreitas
af8aa03887 url::format 2022-12-29 14:54:45 -08:00