[all-commits] [llvm/llvm-project] 10edd5: Revert "[libc++][ranges] Add benchmarks for the `f...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon Sep 25 07:42:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10edd5d9436153ace82009a04900ac67d3adc202
https://github.com/llvm/llvm-project/commit/10edd5d9436153ace82009a04900ac67d3adc202
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
M libcxx/benchmarks/ContainerBenchmarks.h
M libcxx/benchmarks/deque.bench.cpp
M libcxx/benchmarks/vector_operations.bench.cpp
Log Message:
-----------
Revert "[libc++][ranges] Add benchmarks for the `from_range` constructors of `vector` and `deque`."
This reverts commit 390ac823178fc1073612b4c8a38835f441138d9d.
It broke the sphinx publish bots for our documentation:
https://lab.llvm.org/buildbot/#/builders/242/builds/1130
because that machine has GCC 9.4.0 which does not know about C++23
More information about the All-commits
mailing list