[libcxx-commits] [libcxx] [libc++] Optimize {map, set}::insert(InputIterator, InputIterator) (PR #154703)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 28 07:54:06 PDT 2025
================
@@ -1025,6 +1025,58 @@ public:
_LIBCPP_HIDE_FROM_ABI iterator __node_insert_multi(__node_pointer __nd);
----------------
ldionne wrote:
Can you update the tests for these operations like you did for the multi versions?
https://github.com/llvm/llvm-project/pull/154703
More information about the libcxx-commits
mailing list