Daily bit(e) of C++ • 78 implied HN points • 22 May 23
- C++20 range algorithms now support projections for improvements.
- Projections are applied before elements are passed to functions.
- Algorithms working with multiple ranges have separate projections for each range.