mirror of https://github.com/CGAL/cgal
add default time stamps
This commit is contained in:
parent
20e8d85c9f
commit
b507b59d8a
|
|
@ -56,6 +56,7 @@ public:
|
|||
public:
|
||||
// Constructors
|
||||
Simplicial_mesh_cell_3()
|
||||
: time_stamp_(std::size_t(-1))
|
||||
{}
|
||||
|
||||
Simplicial_mesh_cell_3(const Simplicial_mesh_cell_3& rhs)
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ public:
|
|||
, index_()
|
||||
, dimension_(-1)
|
||||
, cache_validity(false)
|
||||
, time_stamp_(std::size_t(-1))
|
||||
{}
|
||||
|
||||
// Default copy constructor and assignment operator are ok
|
||||
|
|
|
|||
Loading…
Reference in New Issue