mirror of https://github.com/CGAL/cgal
suppress _gt() from the default constructor
to compile with traits class without explicit constructor without arguments
This commit is contained in:
parent
9d45f5621e
commit
a6388895e0
|
|
@ -82,7 +82,7 @@ public:
|
|||
|
||||
// CONSTRUCTORS
|
||||
CGAL_Triangulation_2()
|
||||
:_tds(), _gt()
|
||||
:_tds()
|
||||
{}
|
||||
|
||||
CGAL_Triangulation_2(const Geom_traits& geom_traits)
|
||||
|
|
|
|||
Loading…
Reference in New Issue