Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error C2668 on Windows with option /std:c++latest (fmtlib#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.
- Loading branch information