June Liu 2ac6c5ca8b
Fix error C2668 on Windows with option /std:c++latest (#3680)
* Namespace-qualify to avoid ambiguity with std::format_to for format-test.cc

When build fmt with MSVC under option /std:c++latest, it failed due to `error 2668: 'std::format_to': ambiguous call to overloaded function`, so add namespace to qualify the call to format_to to avoid this issue.
2023-10-16 09:54:02 -07:00
..
2022-11-30 07:16:37 -08:00
2023-04-11 06:27:28 -07:00
2023-05-24 11:51:34 -07:00
2022-01-20 16:55:47 -08:00
2023-05-03 07:56:24 -07:00
2023-05-03 07:56:24 -07:00
2021-12-26 16:28:41 -08:00
2023-05-17 12:34:12 -07:00
2023-09-04 10:07:14 -07:00
2023-10-08 07:30:08 -07:00
2023-10-08 09:21:02 -07:00
2023-05-03 07:56:24 -07:00