master
- Adds docs for views::filter and views::ints
view and action examples; workaround for gcc-7/8 ICE, fixes #1105 (#1274)
Adds a simple example for views::transform and links it in the docs.
snake_case all the concepts to conform with C++20 (#1260)
add chunk_by which evaluate the predicate on adjacent elements and de… (#1648)
second set of examples with is_sorted, find, for_each - try 2 (#751)