[libcxx-commits] [PATCH] D121074: [libc++] Implement std::boyer_moore{, _horspool}_searcher
Adam Debreceni via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 6 05:36:39 PDT 2022
adamdebreceni added inline comments.
================
Comment at: libcxx/include/__functional/boyer_moore_searcher.h:208
+
+ vector<value_type> __scratch(__count);
+
----------------
shouldn't this be `vector<difference_type>`?
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