mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Delete superseded comment
A comment referring to nothing remained in a patch. libstdc++-v3/ChangeLog: * include/bits/stl_tree.h: Delete comment.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user