You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use the single header file "rapidyaml-0.5.0.hpp" (downloaded from the release assets) in my project, but it gives me an error:
.//rapidyaml-0.5.0.hpp:644:2: error: #error "amalgamate: file c4/gcc-4.8.hpp must have been included at this point"
#error "amalgamate: file c4/gcc-4.8.hpp must have been included at this point"
how to fix this? in CentOS 7.6, g++ 4.8.5
The text was updated successfully, but these errors were encountered:
I try to use the single header file "rapidyaml-0.5.0.hpp" (downloaded from the release assets) in my project, but it gives me an error:
how to fix this? in CentOS 7.6, g++ 4.8.5
The text was updated successfully, but these errors were encountered: