mirror of https://github.com/CGAL/cgal
intialize to avoid warning with -Wall on CentOS6-CXX11-Boost157_?
This commit is contained in:
parent
119d5b345c
commit
cf719f65cd
|
|
@ -270,6 +270,7 @@ public:
|
|||
operator std::pair<face_descriptor, int>() { return std::make_pair(first,second); }
|
||||
|
||||
T2_halfedge_descriptor()
|
||||
: first(), second(0)
|
||||
{}
|
||||
|
||||
T2_halfedge_descriptor(const typename Tr::Edge& e)
|
||||
|
|
|
|||
Loading…
Reference in New Issue