-
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
Building fails with "error: lvalue required as increment operand" #4129
Comments
Please provide an actual godbolt link. |
Well, that fixes the example on Godbolt, but
|
This is gcc 8.1 - 8.3 bug. |
And yet those tests built and ran fine through the 10.2 releases. Are you suggesting that |
Arghnews
added a commit
to Arghnews/fmt
that referenced
this issue
Aug 27, 2024
Fixes issue fmtlib#4129
All tests built and ran (and passed). Thank you, @Arghnews |
Arghnews
added a commit
to Arghnews/fmt
that referenced
this issue
Aug 28, 2024
Fixes issue fmtlib#4129
vitaut
pushed a commit
that referenced
this issue
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler is gcc 8.3.1
Can reproduce on godbolt with this code:
Output on godbolt:
We discovered this issue when trying to build the fmt package after cloning the repo from github. After cloning,
mkdir build && cd build && cmake .. && make
Output from this:
The text was updated successfully, but these errors were encountered: