From 166ff0fdc71e9287a9c77e36e047f21b45fce529 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 14 Feb 2023 13:28:07 +0100 Subject: [PATCH] Try to fix compilation with MSVC++ --- STL_Extension/include/CGAL/Base_with_time_stamp.h | 7 ------- 1 file changed, 7 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..cbed66de81f 100644 --- a/STL_Extension/include/CGAL/Base_with_time_stamp.h +++ b/STL_Extension/include/CGAL/Base_with_time_stamp.h @@ -20,13 +20,6 @@ template class Base_with_time_stamp : public Base { std::size_t time_stamp_ = -1; 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 {