[PATCH] D93912: [libc++][P1679] add string contains

Marek Kurdej via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 14:33:09 PST 2020


curdeius added a comment.

You might want to wait for D93383 <https://reviews.llvm.org/D93383> to land, so that it updates C++2a to C++20.
Then, we need to have a way to test C++2b. I have a patch D93520 <https://reviews.llvm.org/D93520> that adds Tip of the Trunk clang supporting `-std=c++2b`.
When this is done and the builders are updated, we need to add C++2b to the tested configurations.

In other words, please be patient.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93912/new/

https://reviews.llvm.org/D93912



More information about the llvm-commits mailing list