boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
203 stars 162 forks source link

Inheriting std::iterator is deprecated in c++17 #199

Closed DanielaE closed 6 years ago

DanielaE commented 6 years ago

Therefore get rid of that and replace inheritance by lifting std::iterator's members into the derived class.

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