intialize to avoid warning with -Wall on CentOS6-CXX11-Boost157_?

This commit is contained in:
Andreas Fabri 2016-10-12 09:15:56 +02:00
parent 119d5b345c
commit cf719f65cd
1 changed files with 1 additions and 0 deletions

View File

@ -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)