alecthomas / entityx

EntityX - A fast, type-safe C++ Entity-Component system
MIT License
2.21k stars 295 forks source link

Remove std::iterator inheritance #254

Open chemodansama opened 10 months ago

chemodansama commented 10 months ago

Remove std::iterator inheritance as the class is deprecated in C++17 and add required typedefs directly.