[libcxx-commits] [PATCH] D93912: [libc++][P1679] add string contains

Wim Leflere via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 22 09:07:13 PST 2021


WimLeflere added a comment.

The paper is fully implemented.

With the caveat that `std::string::contains` is not `constexpr` yet.
`std::string_view::contains` is `constexpr`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93912



More information about the libcxx-commits mailing list