[libcxx-commits] [PATCH] D144394: [libc++] Forward to std::{, w}memchr in std::find
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 25 08:00:01 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1fd08edd5808: [libc++] Forward to std::{,w}memchr in std::find (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144394/new/
https://reviews.llvm.org/D144394
Files:
libcxx/benchmarks/CMakeLists.txt
libcxx/benchmarks/algorithms/find.bench.cpp
libcxx/include/__algorithm/find.h
libcxx/include/__algorithm/ranges_find.h
libcxx/include/__string/char_traits.h
libcxx/include/__string/constexpr_c_functions.h
libcxx/include/cwchar
libcxx/test/libcxx/strings/c.strings/constexpr.cstring.compile.pass.cpp
libcxx/test/libcxx/transitive_includes/cxx03.csv
libcxx/test/libcxx/transitive_includes/cxx11.csv
libcxx/test/libcxx/transitive_includes/cxx14.csv
libcxx/test/libcxx/transitive_includes/cxx17.csv
libcxx/test/libcxx/transitive_includes/cxx20.csv
libcxx/test/libcxx/transitive_includes/cxx23.csv
libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find.pass.cpp
libcxx/test/support/type_algorithms.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144394.525617.patch
Type: text/x-patch
Size: 29744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230525/bf6cf590/attachment-0001.bin>
More information about the libcxx-commits
mailing list