-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MSVC][c++latest] error C2668: 'std::format_to': ambiguous call to overloaded function #3377
Comments
Microsoft "STL" probably pulls in |
Today I encountered the same problem with MSVC and LLVM on Windows. Can you please create a new release? I am only allowed to use releases and this makes it impossible to use the latest version. |
We don't make releases on request but the work on the new one has already begun. |
Hi all,
I tried to build Fmt with VS2022 on Windows, but it failed due to error C2668. Could anyone look at this issue? Thanks in advance.
Environment:
VS2022 + Windows Server
Repro steps:
Expected result:
Build successfully.
Actual result:
More:
I tried to use namespace to qualify the call to format_to, i.e. change it to fmt::format_to, it will build ok.
Detailed log:
build.log
The text was updated successfully, but these errors were encountered: