mirror of https://github.com/CGAL/cgal
STL_extension: Remove copy constructor
This commit is contained in:
parent
7c5742de61
commit
117ccfdd02
|
|
@ -22,11 +22,6 @@ class Base_with_time_stamp : public Base {
|
||||||
public:
|
public:
|
||||||
using Base::Base;
|
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;
|
typedef CGAL::Tag_true Has_timestamp;
|
||||||
|
|
||||||
std::size_t time_stamp() const {
|
std::size_t time_stamp() const {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue