mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 10:56:06 +00:00

`std::erase(_if)` for `basic_string` were made `constexpr` in C++20 by cplusplus/draft@2c1ab9775c as follow-up changes of P0980R1. This patch implements the missed changes that were not tracked in a specific paper.