Closed asklar closed 11 months ago
@jonwis I don't have merge permissions so if you're ok with it, can you press the <button/>
?
A couple additional notes that are not urgent as they can be added later if desired:
iterator_category
typedef (and other typedefs), which may limit its usability in STL or other algorithms. This should probably be an input iterator I think?operator++(int)
which may also limit its usability in algorithms, and is a requirement for input iterators@dunhor ~going to write a couple more tests, will ping back in a sec :)~ done
This is another [simplified] attempt at the range-based iterator helpers for IEnumXYZ-style interfaces (v1 can be found in #234). Merging @jonwis's, @oldnewthing's and my approach into this PR. Some notable deltas: