mirror of https://github.com/CGAL/cgal
revert change backported that was not correct at this point in time
This commit is contained in:
parent
913c8bf40f
commit
6da7046307
|
|
@ -45,7 +45,7 @@ struct Node_1
|
|||
void set_time_stamp(const std::size_t& ts) {
|
||||
time_stamp_ = ts;
|
||||
}
|
||||
std::size_t time_stamp_ = std::size_t(-2);
|
||||
std::size_t time_stamp_;
|
||||
};
|
||||
|
||||
class Node_2
|
||||
|
|
|
|||
Loading…
Reference in New Issue