[libcxx-commits] [PATCH] D150146: [libc++] Implement ranges::starts_with

Zijun Zhao via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 10 19:11:14 PDT 2023


ZijunZhao updated this revision to Diff 521195.
ZijunZhao marked 5 inline comments as done.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150146

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/ranges_starts_with.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.starts_with/ranges.starts_with.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_differing_projections.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150146.521195.patch
Type: text/x-patch
Size: 22321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230511/be4bd3b1/attachment-0001.bin>


More information about the libcxx-commits mailing list