Closed Desour closed 1 year ago
It makes little sense using a different C++ std in irrlicht than in minetest. After all we want to merge the codebases at some point.
std::iterator
Related (but no dependency): https://github.com/minetest/minetest/pull/13587
It makes little sense using a different C++ std in irrlicht than in minetest. After all we want to merge the codebases at some point.
std::iterator
(deprecated in C++17). (To get the warnings, you have to set C++17 in minetest's cmakelist.) (For why it was deprecated, see also https://stackoverflow.com/questions/43268146/why-is-stditerator-deprecated. TL;DR: It's not useful and makes code less readable.Related (but no dependency): https://github.com/minetest/minetest/pull/13587