alecthomas / entityx

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

Remove std::iterator inheritance #254

Open chemodansama opened 1 year ago

chemodansama commented 1 year ago

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