-
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
Clang mingw64 might somehow expands EXPECT_EQ as constexpr. I suspect that its result as "constexpr call consteval" #2223
Comments
Do you have a godbolt repo? I tried to make one in https://compiler-explorer.com/z/aW9WPKjdj but it didn't give an error. |
I have no idea either. |
Even with gmock, clang on CE seems okey |
No luck!
So you may close this. |
Closing then. BTW this looks very weird too:
|
It seems EXPECT_EQ somehow expand into
constexpr
callingtest_format<>
which isconsteval
, so it triggers errors.Perhaps this might be a bug in mingw64 or clang, not fmtlib.
However, anyone has any workaround suggested?
The text was updated successfully, but these errors were encountered: