CaseyCarter / cmcstl2

An implementation of C++ Extensions for Ranges
Other
221 stars 68 forks source link

adds stride_view to cmcstl2 #327

Open cjdb opened 4 years ago

cjdb commented 4 years ago

stride_view is one of the things I regret not getting into C++20, so much so, that I'm planning on:

  1. implementing it at CppCon on stage, so people don't use filter_view as an ad-hoc stride;
  2. writing a proposal for it for Belfast (even if it's not discussed till Bulgaria)