]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Delete superseded comment
authorNathan Myers <ncm@cantrip.org>
Fri, 27 Mar 2026 15:37:39 +0000 (11:37 -0400)
committerNathan Myers <ncm@cantrip.org>
Fri, 27 Mar 2026 15:37:39 +0000 (11:37 -0400)
A comment referring to nothing remained in a patch.

libstdc++-v3/ChangeLog:
* include/bits/stl_tree.h: Delete comment.

libstdc++-v3/include/bits/stl_tree.h

index 632df6d4bfc03b1ba02c0244a065677f2407298e..a7781b72114a48dbe0cb0b4d3cf3a352251390f3 100644 (file)
@@ -3274,11 +3274,6 @@ namespace __rb_tree
       }
 
 #ifdef __glibcxx_associative_heterogeneous_insertion  // C++26
-
-  // If __pos.second == &_M_impl._M_header, insert at root;
-  // else if __pos.first == __pos.second, insert at __pos.second._M_left;
-  // else insert at __pos.second._M_right, and rebalance.
-
   template <typename _Key, typename _Val, typename _KeyOfValue,
            typename _Compare, typename _Alloc>
     template <typename... _Args>