mirror of https://github.com/CGAL/cgal
Fix when CGAL_DEBUG_CDT_3 is not defined
This commit is contained in:
parent
f9a094b4bb
commit
9c69c39764
|
|
@ -102,7 +102,6 @@ public:
|
||||||
protected:
|
protected:
|
||||||
using Subconstraint = typename Constraint_hierarchy::Subconstraint;
|
using Subconstraint = typename Constraint_hierarchy::Subconstraint;
|
||||||
|
|
||||||
#if CGAL_DEBUG_CDT_3
|
|
||||||
auto display_vert(Vertex_handle v) {
|
auto display_vert(Vertex_handle v) {
|
||||||
std::stringstream os;
|
std::stringstream os;
|
||||||
os.precision(17);
|
os.precision(17);
|
||||||
|
|
@ -115,7 +114,6 @@ protected:
|
||||||
<< " - " << display_vert(subconstraint.second) << " ]";
|
<< " - " << display_vert(subconstraint.second) << " ]";
|
||||||
return os.str();
|
return os.str();
|
||||||
};
|
};
|
||||||
#endif // CGAL_DEBUG_CDT_3
|
|
||||||
|
|
||||||
class Insert_in_conflict_visitor
|
class Insert_in_conflict_visitor
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue