-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Compilation issue on OSx with 0.168.1 #348
Comments
Thanks for reporting this. We do want to stay compatible with C++11 for all the supported platforms. Could you post the compilation errors you experienced on OSx? |
Here they are
If you intend to fix this I may hold up on upgrading so we don't have to use C++14. We have no urgency to go to 0.168.2, the version we have works fine for what we're doing |
Could you check if it's still an issue with the code on master? |
Looks good. I repeated the error with 0.168.2 by restoring the C++11 flag and then rebuilt with the same flag and the master branch of the jsoncons files and didn't get any error. |
Fixed in release 0.168.3 |
When I upgrade from 0.168.0 to 0.168.1 I need to update my compilation flags to use C++14 instead of C++11 - but only on OSx.
On Linux I specify C++11 and it still compiles fine.
Also, 0.168.1 also compiles fine on Windows for me.
It's not really an issue for me because I can make this change - I just thought I'd report it for information. This is the platform and compiler information.
The text was updated successfully, but these errors were encountered: