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

std::iterator deprecated in C++17 - error with -Werror with gcc 13.2.1 #238

Closed
nicolasaunai opened this issue Sep 27, 2023 · 3 comments
Closed

Comments

@nicolasaunai
Copy link

this code here:

class BoxIterator : public std::iterator<std::random_access_iterator_tag, Index>

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

@nicolasaunai
Copy link
Author

I also see that on gcc 12.3.1 actually, -Werror=deprecated-declarations

@rhornung67
Copy link
Member

Hopefully this is helpful: https://stackoverflow.com/questions/43268146/why-is-stditerator-deprecated

@PhilipDeegan
Copy link
Contributor

This is done and can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants