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
error: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Werror=deprecated-declarations] with gcc 13.2.1 (fedora 38)
this code here:
SAMRAI/source/SAMRAI/hier/Box.h
Line 1472 in 11612bc
leads to
error: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Werror=deprecated-declarations]
with gcc 13.2.1 (fedora 38)See for instance this blog post
The text was updated successfully, but these errors were encountered: