-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
format-test fails 3 tests under GCC with -std=c++11 rather than -std=gnu++11 #1787
Comments
Looks like the same issue as #1725 which is already fixed in master. |
Ah 🤦♂️. Sorry - I didn't see #1725. I don't think this is fully fixed in master, though there are now fewer failures. With the above instructions, I'm now seeing the following on
|
Should be fixed as part of #1725. |
I'm sorry to report that I'm still seeing the above test failures (with the failed tests' source line numbers increased by 1) in the current |
Thanks for double-checking. There was one more issue with |
Yep - that seems to have done the trick. Thanks very much. |
I'm also seeing |
Building and running
format-test
on Ubuntu 20.04 with:…I get three failures:
I think this is cause by the
-DCMAKE_CXX_EXTENSIONS=OFF
making the compilation command use-std=c++11
rather than-std=gnu++11
.The text was updated successfully, but these errors were encountered: