mirror of https://github.com/CGAL/cgal
Cleaned up
This commit is contained in:
parent
375681748d
commit
1c45ed834c
|
|
@ -193,7 +193,8 @@ public:
|
||||||
|
|
||||||
// Create the subcurve object.
|
// Create the subcurve object.
|
||||||
using Subcurve_alloc = decltype(this->m_subCurveAlloc);
|
using Subcurve_alloc = decltype(this->m_subCurveAlloc);
|
||||||
std::allocator_traits<Subcurve_alloc>::construct(this->m_subCurveAlloc, this->m_subCurves + index,
|
std::allocator_traits<Subcurve_alloc>::construct(this->m_subCurveAlloc,
|
||||||
|
this->m_subCurves + index,
|
||||||
this->m_masterSubcurve);
|
this->m_masterSubcurve);
|
||||||
(this->m_subCurves + index)->init(*iter);
|
(this->m_subCurves + index)->init(*iter);
|
||||||
(this->m_subCurves + index)->set_left_event(e_left);
|
(this->m_subCurves + index)->set_left_event(e_left);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue