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

deprecation warning, gcc-13 #27

Open
dakka opened this issue Aug 30, 2023 · 2 comments
Open

deprecation warning, gcc-13 #27

dakka opened this issue Aug 30, 2023 · 2 comments

Comments

@dakka
Copy link

dakka commented Aug 30, 2023

radix_tree/radix_tree_it.hpp:12:35: warning: ‘template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator’ is deprecated [-Wdeprecated-declarations]
   12 | class radix_tree_it : public std::iterator<std::forward_iterator_tag, std::pair<K, T> > {
      |                                   ^~~~~~~~
@streamone
Copy link

@dakka I think it's because "std::iterator is deprecated".
Please refer to this blog: https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/

@dakka
Copy link
Author

dakka commented Sep 15, 2023

@dakka I think it's because "std::iterator is deprecated". Please refer to this blog: https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/

Yes, reporting in the hope the author will fix.

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

2 participants