mirror of https://github.com/CGAL/cgal
Bug fix in cc with index
This commit is contained in:
parent
8dc54d3c62
commit
52d78763d6
|
|
@ -767,7 +767,6 @@ public:
|
|||
void reserve(size_type n)
|
||||
{
|
||||
if(capacity_>=n) return;
|
||||
capacity_=n;
|
||||
increase_size();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue