diff --git a/Surface_mesh/include/CGAL/Surface_mesh/Properties.h b/Surface_mesh/include/CGAL/Surface_mesh/Properties.h index c975f23d1d6..1300f31253c 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/Properties.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/Properties.h @@ -486,6 +486,7 @@ public: void swap (Property_container& other) { this->parrays_.swap (other.parrays_); + std::swap(this->size_, other.size_); } private: