-
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
Compile error (probably constexpr problem) #2478
Comments
Looks like your compiler doesn't support relaxed constexpr. I guess the workaround would be to change Line 91 in ee63f5f
A PR would be welcome. |
Yeah, my _MSC_VER is 1911. Your fix is helps for me. |
_MSC_VER 1911 (Visual Studio 2017 15.3)
_MSC_VER 1911 (Visual Studio 2017 15.3)
I actually still encountered this problem on the current branch and am using _MSC_VER 1929. (VS2017 V15.7.6) I had to increment the value of FMT_MSC_VER to 1930 to get it to avoid compiling the statements. |
Same here using fmt 9.1.0 |
Hi!
I'm getting this error when trying to compile fmt.cpp:
My environment:
I'm deleted ifndef branch, and it helps.
The text was updated successfully, but these errors were encountered: