-
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
GCC9 issue: static_assert(std::is_same<uint64_or_128_t<UInt>, UInt>::value, ""); #3803
Comments
Godbolt repro: https://www.godbolt.org/z/WGdTWKqaf |
Commit that introduced the issue: 401f087. |
GCC bug, fixed in GCC 10.3: gcc-mirror/gcc@8eb9a45 We need define |
Fix demo on Godbolt: https://www.godbolt.org/z/cGaMxvKxc |
So we should installed gcc 10+ to solve this problem? |
gcc 10.3+ or use |
Fixed in 0cdee90. Thanks for reporting. |
Commit fd87a23 gives me the following error using GCC9:
How to reproduce?
Use Ubuntu 20.04 + GCC9
Add
hello.cpp
file to fmt repo:Try to compile
If it try on my Ubuntu 20.04 system:
it works without any problems - still unclear what the difference is here
I do not have this issue with the latest release 10.2.1
The text was updated successfully, but these errors were encountered: