[libcxx-commits] [libcxx] [libc++][ranges] implement `ranges::shift_left` (PR #83231)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 23 10:31:31 PST 2026
================
@@ -0,0 +1,69 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:
We already have `libcxx/test/benchmarks/algorithms/modifying/shift_left.bench.cpp`. Also, we recently decided not to run both std and ranges benchmarks to reduce the time taken by the benchmark suite. So I think we're fine with removing this file.
https://github.com/llvm/llvm-project/pull/83231
More information about the libcxx-commits
mailing list