ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.06k stars 437 forks source link

algorithm/fold: renames `fold[lr]1?` #1682

Closed cjdb closed 2 years ago

cjdb commented 2 years ago

These changes bring the fold family in line with the latest revision of [wg21.link/p2322].

cjdb commented 2 years ago

Closing in favour of #1668.