You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
@trilinos/intrepid2
Enhancement
I tried a build with C++ 20 and got a bunch of warnings:
The text was updated successfully, but these errors were encountered: