From 117ccfdd02b49e5b36bd35a1e388026ce18cd33d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 18 Oct 2023 16:24:04 +0100 Subject: [PATCH] STL_extension: Remove copy constructor --- STL_Extension/include/CGAL/Base_with_time_stamp.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/STL_Extension/include/CGAL/Base_with_time_stamp.h b/STL_Extension/include/CGAL/Base_with_time_stamp.h index 1e2dbeff088..6c9a815775b 100644 --- a/STL_Extension/include/CGAL/Base_with_time_stamp.h +++ b/STL_Extension/include/CGAL/Base_with_time_stamp.h @@ -22,11 +22,6 @@ class Base_with_time_stamp : public Base { public: using Base::Base; - Base_with_time_stamp(const Base_with_time_stamp& other) : - Base(other), - time_stamp_(other.time_stamp_) - {} - typedef CGAL::Tag_true Has_timestamp; std::size_t time_stamp() const {