Skip to content

Commit

Permalink
one extra tmp disable
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Feb 14, 2025
1 parent 5f101a0 commit 61b7af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Constrained_triangulation_plus_2
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); }
Expand Down

0 comments on commit 61b7af7

Please sign in to comment.