Morwenn / cpp-sort

Sorting algorithms & related tools for C++14
MIT License
624 stars 58 forks source link

Remodel pipe support for projections after P2387 #212

Closed Morwenn closed 3 months ago

Morwenn commented 2 years ago

P2387 describes the different strategies to implement operator| for range adaptors. The support for operator| for projections in cpp-sort is already extremely similar and could certainly benefit from the more mature solution proposed in the paper.

The simplest way to change the design is probably a clean breaking change, capitalizing on the fact that cpp-sort 2.0 is on tracks and will eventually be released.