mirror of https://github.com/CGAL/cgal
Surface_mesh: Fix Property_container::swap()
This commit is contained in:
parent
f46c9888e6
commit
937423bb9f
|
|
@ -486,6 +486,7 @@ public:
|
||||||
void swap (Property_container& other)
|
void swap (Property_container& other)
|
||||||
{
|
{
|
||||||
this->parrays_.swap (other.parrays_);
|
this->parrays_.swap (other.parrays_);
|
||||||
|
std::swap(this->size_, other.size_);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue