[NFC] Fix incorrect comment in std::list
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1170,7 +1170,7 @@ list<_Tp, _Alloc>::__link_nodes_at_front(__link_pointer __f, __link_pointer __l)
|
|||||||
base::__end_.__next_ = __f;
|
base::__end_.__next_ = __f;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Link in nodes [__f, __l] at the front of the list
|
// Link in nodes [__f, __l] at the back of the list
|
||||||
template <class _Tp, class _Alloc>
|
template <class _Tp, class _Alloc>
|
||||||
inline
|
inline
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user