netheril96 / StaticJSON

Fast, direct and static typed parsing of JSON with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deriving from std::iterator warning

imtrobin opened this issue · comments

Hi, a few error classes are derving from std::iterator. It compiles but with deprecated warnings. Are you able to upgrade to new way.

https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/