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

Intrepid2: Use of std::is_pod is deprecated in C++ 20 #12786

Closed
cgcgcg opened this issue Feb 29, 2024 · 0 comments
Closed

Intrepid2: Use of std::is_pod is deprecated in C++ 20 #12786

cgcgcg opened this issue Feb 29, 2024 · 0 comments
Assignees
Labels
pkg: Intrepid2 type: enhancement Issue is an enhancement, not a bug

Comments

@cgcgcg
Copy link
Contributor

cgcgcg commented Feb 29, 2024

@trilinos/intrepid2

Enhancement

I tried a build with C++ 20 and got a bunch of warnings:

packages/intrepid2/src/Shared/Intrepid2_Utils.hpp: In function 'constexpr int Intrepid2::getVectorSizeForHierarchicalParallelism()':
packages/intrepid2/src/Shared/Intrepid2_Utils.hpp:827:17: warning: 'template<class _Tp> struct std::is_pod' is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: Intrepid2 type: enhancement Issue is an enhancement, not a bug
Projects
None yet
Development

No branches or pull requests

2 participants