Fix AABB tree

This commit is contained in:
Andreas Fabri 2019-01-10 18:40:10 +01:00
parent 806ba2ec98
commit 81d4227e57
1 changed files with 3 additions and 0 deletions

View File

@ -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;