Skip to content

Fixed C++17 deprecation warnings - #44

Open
Kyoril wants to merge 2 commits into
decimad:masterfrom
Kyoril:master
Open

Fixed C++17 deprecation warnings#44
Kyoril wants to merge 2 commits into
decimad:masterfrom
Kyoril:master

Conversation

@Kyoril

@Kyoril Kyoril commented Mar 14, 2020

Copy link
Copy Markdown

Inheriting from std::iterator is deprecated in C++17. Instead, the class should expose the following 5 types:

  • iterator_category
  • value_type
  • difference_type
  • pointer
  • reference

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

Successfully merging this pull request may close these issues.

1 participant