Skip to content
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

First round of C++20 fixes #268

Closed
wants to merge 1 commit into from

Conversation

AlisdairM
Copy link
Contributor

This patch does not attend to many new C++20 warnings, but
deals with new compilation failures, mostly arising from
an incomplete implementation and adoption of allocator
traits in our original C++11 port, and new errors using
narrow character iostreams with wchar_t data. Most of the
changes affect test drivers only.

It does deal with the deprecation of some operations with
enums, but not other C++20 deprecations such as some
uses of volatile.

This patch does not attend to many new C++20 warnings, but
deals with new compilation failures, mostly arising from
an incomplete implementation and adoption of allocator
traits in our original C++11 port, and new errors using
narrow character iostreams with wchar_t data.  Most of the
changes affect test drivers only.
@AlisdairM
Copy link
Contributor Author

An equivalent set of patches has now landed.

@AlisdairM AlisdairM closed this Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant