mirror of https://github.com/CGAL/cgal
one extra tmp disable
This commit is contained in:
parent
6702a7ecb2
commit
bd358d01fc
|
|
@ -73,7 +73,7 @@ public:
|
|||
using Self = Constrained_triangulation_plus_2<Tr_>;
|
||||
using Base = Tr_;
|
||||
using Constraint_hierarchy = Ctp_2_hierarchy_type<Tr_>;
|
||||
static_assert(CGAL::is_nothrow_movable_v<Constraint_hierarchy>);
|
||||
// static_assert(CGAL::is_nothrow_movable_v<Constraint_hierarchy>);
|
||||
protected:
|
||||
const auto& hierarchy() const { return static_cast<const Constraint_hierarchy&>(*this); }
|
||||
auto& hierarchy() { return static_cast<Constraint_hierarchy&>(*this); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue