boostorg / icl

Boost.org icl module
http://boost.org/libs/icl
10 stars 44 forks source link

Inheriting std::iterator is deprecated in C++17 #14

Closed DanielaE closed 6 years ago

DanielaE commented 6 years ago

Therefore replace inheritance by lifting std::iterator's members into the derived class.

Signed-off-by: Daniela Engert dani@ngrt.de