-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
would you like to support gcc 4.8.1? #211
Comments
I am currently using this library with gcc 4.8.2, and so far I have not encountered any issues. |
@alestrooisma you need build this library and run the provided test case, and then you will see which case will be failed |
make command for json_unit with gcc 4.8.4 leads to error below. am I missing something? g++ -std=c++11 -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal -I src -I test test/unit.cpp -o json_unit ^ |
Well, that seems to be this bug, which is mentioned in the readme as a reason why GCC 4.8 is not supported. |
Closed. See comments in PR #212. |
our machine which installed centos has gcc 4.8.1 installed, and it's hardly to upgrade to gcc 4.9. so, would you like to have a work round to support for gcc 4.8.1?
for example, work round for bug 55817 of gcc 4.8 :
The text was updated successfully, but these errors were encountered: