[libcxx-commits] [PATCH] D156039: [libc++] Optimize ranges::find for vector<bool>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 1 10:28:32 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8670b53e11bb: [libc++] Optimize ranges::find for vector<bool> (authored by philnik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156039

Files:
  libcxx/benchmarks/algorithms/find.bench.cpp
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/find.h
  libcxx/include/__bit/invert_if.h
  libcxx/include/__bit_reference
  libcxx/include/__fwd/bit_reference.h
  libcxx/include/bitset
  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/libcxx/transitive_includes/cxx26.csv

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156039.546125.patch
Type: text/x-patch
Size: 13662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230801/dfd25705/attachment.bin>


More information about the libcxx-commits mailing list