mirror of https://github.com/CGAL/cgal
Fix AABB tree
This commit is contained in:
parent
806ba2ec98
commit
81d4227e57
|
|
@ -65,6 +65,9 @@ namespace CGAL
|
|||
m_id = rhs.m_id;
|
||||
}
|
||||
|
||||
#ifndef CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS
|
||||
Decorated_point& operator=(const Decorated_point&)=default;
|
||||
#endif
|
||||
private:
|
||||
Id m_id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue