[libcxx-commits] [libcxx] [libc++] Add some _LIBCPP_ASSUMEs for bounded iterators (PR #109033)

David Benjamin via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 5 11:44:18 PST 2024


================
@@ -101,10 +101,26 @@ struct __bounded_iter {
   _LIBCPP_HIDE_FROM_ABI
----------------
davidben wrote:

Ah nice! How do I see the benchmark results? I think I got that working locally, but it just tells me the total testing time, rather than the time spent in each individual benchmark.

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


More information about the libcxx-commits mailing list