[all-commits] [llvm/llvm-project] 854a4f: [libc++] Implement part of P2562R1: constexpr `std...
A. Jiang via All-commits
all-commits at lists.llvm.org
Tue Mar 18 16:42:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 854a4f2bbb06ba11fc45b6423ba470d07f247b20
https://github.com/llvm/llvm-project/commit/854a4f2bbb06ba11fc45b6423ba470d07f247b20
Author: A. Jiang <de34 at live.cn>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M libcxx/include/__algorithm/inplace_merge.h
M libcxx/include/algorithm
M libcxx/test/std/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp
M libcxx/test/std/algorithms/robust_re_difference_type.compile.pass.cpp
A libcxx/test/support/constexpr_random.h
M libcxx/test/support/counting_predicates.h
Log Message:
-----------
[libc++] Implement part of P2562R1: constexpr `std::inplace_merge` (#129008)
Drive-by:
- Adds `constexpr_random.h` for pseudo-randomizing or shuffling in tests
for constant evaluation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list