luabind-deboostified icon indicating copy to clipboard operation
luabind-deboostified copied to clipboard

Fixed C++17 deprecation warnings

Open Kyoril opened this issue 4 years ago • 0 comments

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

Kyoril avatar Mar 14 '20 12:03 Kyoril