e244516a1b
Boost's iterator.hpp is deprecated (just like std::iterator in C++17). It does nothing but pulling std::iterator into namespace boost and including standard headers 'iterator' and 'cstddef'. Therefore get rid of including iterator.hpp (it had no effect in Boost.Geometry anyway) and replace inheritance by lifting std::iterator's members into the derived class. Instantiating std::iterator is granted with lengthy warning messages by latest MSVC when compiling in C++17 mode. Signed-off-by: Daniela Engert <dani@ngrt.de> |
||
---|---|---|
.. | ||
contrib | ||
x01_qt_example.cpp | ||
x02_gd_example.cpp | ||
x03_a_soci_example.cpp | ||
x03_b_soci_example.cpp | ||
x03_c_soci_example.cpp | ||
x03_d_soci_example.cpp | ||
x04_wxwidgets_world_mapper_readme.txt | ||
x04_wxwidgets_world_mapper.cpp | ||
x05_shapelib_example.cpp | ||
x06_qt_world_mapper_readme.txt | ||
x06_qt_world_mapper.cpp |