[libcxx-commits] [libcxx] [libc++] Optimize copy construction and assignment of __tree (PR #151304)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 30 07:36:25 PDT 2025
================
@@ -1277,11 +1351,28 @@ __tree<_Tp, _Compare, _Allocator>::_DetachedTreeCache::__detach_next(__node_poin
----------------
ldionne wrote:
As a follow-up, I might clean up these `__assign_multi` and `__assign_unique` methods which seem a bit like dead weight now.
https://github.com/llvm/llvm-project/pull/151304
More information about the libcxx-commits
mailing list