-
Notifications
You must be signed in to change notification settings - Fork 107
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
single header: gcc 4.8.5 fails to compile #350
Comments
There is also this problem: rapidyaml.hpp:3272:86: error: reference to ‘max_align_t’ is ambiguous |
I made some tweaks to rapidyaml-0.5.0.hpp and it compiles with GCC 4.8.5.
|
Thanks for reporting. Does this happen in the compiled library too? It is hard for me to test this. The github runners no longer have support for gcc 4.8. Which distro are you using? |
The version I use:
I used this method to solve the situation where single header could not compile in GCC 4.8.5.
|
[fix] re biojppm/rapidyaml#350 - fix include guard for gcc4.8 shim he…
rapidyaml.hpp:643:2: error: #error "amalgamate: file c4/gcc-4.8.hpp must have been included at this point"
But this path has not been found:https://github.com/biojppm/c4core/src/c4/gcc-4.8.hpp
The text was updated successfully, but these errors were encountered: