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

address C++17 deprecations #1974

Closed
2 tasks
nmm0 opened this issue Sep 22, 2022 · 1 comment · Fixed by #1978
Closed
2 tasks

address C++17 deprecations #1974

nmm0 opened this issue Sep 22, 2022 · 1 comment · Fixed by #1978
Assignees
Labels
c++17 Things to be done once we can rely on C++17 support type: task

Comments

@nmm0
Copy link
Collaborator

nmm0 commented Sep 22, 2022

What Needs to be Done?

  • Replace std::is_pod with std::is_standard_layout && std::is_trivial
  • Remove std::iterator
@cz4rs cz4rs added the c++17 Things to be done once we can rely on C++17 support label Sep 22, 2022
@nmm0 nmm0 self-assigned this Sep 22, 2022
@nmm0 nmm0 linked a pull request Sep 22, 2022 that will close this issue
@nmm0
Copy link
Collaborator Author

nmm0 commented Sep 23, 2022

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
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
cz4rs pushed a commit that referenced this issue Sep 28, 2022
cz4rs pushed a commit that referenced this issue Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++17 Things to be done once we can rely on C++17 support type: task
Projects
None yet
2 participants