ryanhaining / cppitertools

Implementation of python itertools and builtin iteration functions for C++17
https://twitter.com/cppitertools
BSD 2-Clause "Simplified" License
1.37k stars 115 forks source link

Accept move-only callables in all itertools that take callables objects #89

Open ryanhaining opened 2 years ago

ryanhaining commented 2 years ago

For example: filter should accept std::move_only_function