[all-commits] [llvm/llvm-project] 205175: [libc++] Implement ranges::starts_with
ZijunZhaoCCK via All-commits
all-commits at lists.llvm.org
Mon May 15 11:16:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 205175578e0d73b4cd63d4d124a900fff10da7f8
https://github.com/llvm/llvm-project/commit/205175578e0d73b4cd63d4d124a900fff10da7f8
Author: zijunzhao <zijunzhao at google.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_starts_with.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.nonmodifying/alg.starts_with/ranges.starts_with.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_differing_projections.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::starts_with
More information about the All-commits
mailing list