[libcxx-commits] [PATCH] D121074: [libc++] Implement std::boyer_moore{, _horspool}_searcher

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 30 06:25:20 PDT 2022


philnik marked an inline comment as done.
philnik added inline comments.


================
Comment at: libcxx/test/std/utilities/optional/optional.hash/enabled_hash.pass.cpp:30
   return 0;
 }
----------------
ldionne wrote:
> Can we tick some boxes in the status pages?
No, we can't. It's part of library fundamentals, and I think not everything has been implemented yet. Maybe we should add a status page for that, because it's really hard to find out what is already implemented.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121074



More information about the libcxx-commits mailing list