boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
114 stars 105 forks source link

Any plan for C++20 container related algorithms such as std::erase(_if)? #89

Closed nanoric closed 2 years ago

nanoric commented 2 years ago

In the past, since boost is a much larger and much heavier library, using boost is always more convience than using pure STL. But with new standards comes, STL has its own std::erase_if or something else (better range support etc.) for different STL containers. As a result, using boost containers is not as convient as expected. Especially when STL and boost are mixed. So is here any plan to update boost's algorithm library/container library for a better exprience?

mclow commented 2 years ago

Yes; there are plans for the coming year.