revert change backported that was not correct at this point in time

This commit is contained in:
Sébastien Loriot 2025-04-07 11:45:09 +02:00
parent 913c8bf40f
commit 6da7046307
1 changed files with 1 additions and 1 deletions

View File

@ -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