-
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 19.35 error C2794 #4091
Comments
Should be fixed in 6e462b8. |
I just cloned and tried to compile in Windows 11, with Visual Studio Community 2022 17.11.2, and I have the same errors. |
@vitaut I also encountered this issue with building the latest commit b52fb98 on Windows with VS17.11.2. Error info as follows:
|
Please provide a godbolt repro similar to the one above. |
I tried to extract all the source files used, you can follow the steps below to reproduce.
|
@vitaut I'm also getting the same issue, here's the godbolt repro https://www.godbolt.org/z/obfW8TWPG |
Thanks for the repro. Fixed in 50aac2a. |
With fmt 11.0.2 I'm seeing the following compiler error in
color-test.cc
that is seemingly caused by this checkfmt/test/color-test.cc
Lines 53 to 55 in 0c9fce2
I cannot provide a reproducer on Goldbolt since its MSVC installation cannot currently find the fmt includes.
The text was updated successfully, but these errors were encountered: