tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
129 stars 18 forks source link

Building using c++ 17 produces warnings about deprecated std::iterator #173

Open PlatypusTechUK opened 4 months ago

PlatypusTechUK commented 4 months ago

When building with C++ 17 warnings are produced complaining std::iterator is deprecated (See https://en.cppreference.com/w/cpp/iterator/iterator, https://stackoverflow.com/questions/43268146/why-is-stditerator-deprecated and https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0174r1.html#2.1)

Given writing the typedefs out longhand isn't particularly long, doing so would be helpful for users on newer standards than C++ 11