luabind-deboostified
luabind-deboostified copied to clipboard
Fixed C++17 deprecation warnings
Inheriting from std::iterator is deprecated in C++17. Instead, the class should expose the following 5 types:
- iterator_category
- value_type
- difference_type
- pointer
- reference