-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the use of the deprecated
std::iterator
Using `std::iterator` as a base class has been deprecated since C++17, so this replaces it with the member types that it currently defines. While I've done this change with C++17 in mind, this should be a fully-backwards compatible change with previous C++ standards.
- Loading branch information
1 parent
33d15a8
commit 4324215
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters