Update STL_Extension/include/CGAL/In_place_list.h

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
albert-github 2022-09-29 10:32:10 +02:00 committed by GitHub
parent fea5528a5c
commit 39c752dfd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -582,8 +582,7 @@ public:
void merge(Self& x, StrictWeakOrdering ord)
// merges the list x into the list `l' and x becomes empty.
// It is stable.
// stable. Precondition: Both lists are sorted in increasing order
// wrt. ord.
// Precondition: Both lists are sorted in increasing order wrt. `ord`.
{
iterator first1 = begin();
iterator last1 = end();