[libcxx-commits] [libcxx] [llvm] Update Google Benchmark to v1.9.5 (PR #198964)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 24 06:21:49 PDT 2026


================
@@ -13,7 +13,7 @@
 
 #include <benchmark/benchmark.h>
 
-void run_sizes(auto benchmark) {
+auto run_sizes = [](benchmark::Benchmark* benchmark) {
----------------
philnik777 wrote:

Why is this needed?

https://github.com/llvm/llvm-project/pull/198964


More information about the libcxx-commits mailing list