Skip to content
Snippets Groups Projects
Commit 687bb225 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

avoid deprecated use of std::iterator (deprecated with c++ 17)

Reduces insane amount of compiler warnings. Inheritance from std::iterator
template was used to define traits of an iterator. Cool people define these
traits directly nowadays.
parent ff466850
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment