decimad / luabind-deboostified

Create Lua bindings for your C++ code easily - my improvements
http://www.vrac.iastate.edu/vancegroup/docs/luabind/
Other
70 stars 27 forks source link

Fixed C++17 deprecation warnings #44

Open Kyoril opened 4 years ago

Kyoril commented 4 years ago

Inheriting from std::iterator is deprecated in C++17. Instead, the class should expose the following 5 types: