[libcxx-commits] [libcxx] Optimize __assign_with_sentinel in std::vector (PR #113852)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 11 10:10:59 PST 2024
================
@@ -1031,9 +1031,14 @@ template <class _Tp, class _Allocator>
template <class _Iterator, class _Sentinel>
----------------
ldionne wrote:
That's great, thanks a lot!
https://github.com/llvm/llvm-project/pull/113852
More information about the libcxx-commits
mailing list