[libcxx-commits] [libcxx] [libc++] `std::ranges::advance`: avoid unneeded bounds checks when advancing iterator (PR #84126)
Jan Kokemüller via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 5 23:01:32 PST 2024
jiixyj wrote:
The tests don't catch this at the moment. I'm thinking about how to test this. What do you think about adding a counter for `operator==` calls on `stride_counting_iterator`?
https://github.com/llvm/llvm-project/pull/84126
More information about the libcxx-commits
mailing list