-
Notifications
You must be signed in to change notification settings - Fork 9
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
address C++17 deprecations #1974
Labels
Comments
See also #1976 |
nmm0
added a commit
that referenced
this issue
Sep 23, 2022
nmm0
added a commit
that referenced
this issue
Sep 23, 2022
This was referenced Sep 23, 2022
nmm0
added a commit
that referenced
this issue
Sep 27, 2022
nmm0
added a commit
that referenced
this issue
Sep 27, 2022
lifflander
added a commit
that referenced
this issue
Sep 27, 2022
…ations #1974: fix various c++17 deprecations
cz4rs
pushed a commit
that referenced
this issue
Sep 28, 2022
cz4rs
pushed a commit
that referenced
this issue
Sep 28, 2022
cz4rs
pushed a commit
that referenced
this issue
Sep 28, 2022
…ations #1974: fix various c++17 deprecations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
std::is_pod
withstd::is_standard_layout && std::is_trivial
std::iterator
The text was updated successfully, but these errors were encountered: