This commit is contained in:
Andreas Fabri 2024-05-13 10:50:50 +01:00
parent 48eaf9c3f4
commit ffc5541ce7
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <functional>
#include <atomic>
#include <CGAL/use.h>
#include <CGAL/memory.h>
#include <CGAL/iterator.h>
#include <CGAL/CC_safe_handle.h>
@ -383,6 +384,7 @@ public:
pointer ret = free_list;
free_list = clean_pointee(ret);
std::size_t ts;
CGAL_USE(ts);
if constexpr (Time_stamper::has_timestamp) {
ts = ret->time_stamp();
}