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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 6 10:54:49 PST 2022


philnik created this revision.
philnik added reviewers: Quuxplusone, ldionne, Mordante.
Herald added a subscriber: mgorny.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This mostly copys the `<experimental/functional>` stuff and updates the code to current libc++ style.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121074

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/boyer_moore_searcher.h
  libcxx/include/__ranges/join_view.h
  libcxx/include/functional
  libcxx/include/module.modulemap
  libcxx/include/optional
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
  libcxx/test/std/utilities/optional/optional.hash/enabled_hash.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121074.413306.patch
Type: text/x-patch
Size: 18088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220306/170575ba/attachment-0001.bin>


More information about the libcxx-commits mailing list