[libcxx-commits] [libcxx] [libc++] Implement P2077R3: Heterogeneous erasure overloads for associative containers (PR #174680)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 9 05:47:55 PST 2026
================
@@ -1943,7 +1943,7 @@ __tree<_Tp, _Compare, _Allocator>::__node_handle_insert_unique(_NodeHandle&& __n
if (__nh.empty())
return _InsertReturnType{end(), false, _NodeHandle()};
- __node_pointer __ptr = __nh.__ptr_;
+ __node_pointer __ptr = __nh.__ptr_;
----------------
frederick-vs-ja wrote:
Looks like we can drop the change in this line (which is pure reformatting).
https://github.com/llvm/llvm-project/pull/174680
More information about the libcxx-commits
mailing list