-
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
Build error on GCC 7 #2359
Comments
Error is presented on:
with enabled c++17. |
Workaround: else {
eh.on_error("number is too big");
return -1;
} |
phprus
added a commit
to phprus/fmt
that referenced
this issue
Jun 14, 2021
Closed
I think e421d52 should fix the error. |
Yes, this commit fixed the bug. |
Thanks for checking. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit: https://github.com/fmtlib/fmt/tree/3c8fad126ced5e537014d4c50bb3617ee41c6373 - ERROR
Previous commit https://github.com/fmtlib/fmt/tree/f28cf3302d69fdaeb122be612b75b73bc0883b8a - is OK
CMake:
Error:
The text was updated successfully, but these errors were encountered: