-
Notifications
You must be signed in to change notification settings - Fork 141
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 errors with gcc 4.9 through 7 due to unknown no_sanitize
attribute
#291
Comments
BTW, the clang check in the referenced commit should probably be replaced with |
#292 should be the better fix, although I see CI failures there. |
Oh, those are because of C++03. |
can I close this now? |
I think so, yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gcc from 4.9 to 7, inclusively, fail to compile code using Boost.Serialization because of the unsupported
no_sanitize
attribute used inboost/archive/detail/common_oarchive.hpp
. This has manifested as Boost.Core CI failures like this:This regression was introduced by be9421f. CC @mborland.
The text was updated successfully, but these errors were encountered: