This commit is contained in:
Andreas Fabri 2018-01-18 10:46:12 +00:00
parent fa92aa49f7
commit f972c6da7a
3 changed files with 7 additions and 1 deletions

View File

@ -1039,7 +1039,7 @@ public:
x2iso[&*event] = 0;
}
ISegment next_seg = ISegment();
ISegment next_seg = ISegment(); // to avoid /W4 warning
seg_iterator next_it = SQ.begin();
while ( next_it != SQ.end() &&
( next_seg = next_it->second, p_sweep == source(next_seg)) ) {

View File

@ -23,6 +23,7 @@
#include <CGAL/license/Triangulation.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/tss.h>
#include <CGAL/Triangulation.h>
@ -934,4 +935,6 @@ Delaunay_triangulation<DCTraits, TDS>
} //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_DELAUNAY_COMPLEX_H

View File

@ -23,6 +23,7 @@
#include <CGAL/license/Triangulation.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/internal/Triangulation/utilities.h>
#include <CGAL/Triangulation_data_structure.h>
@ -1431,4 +1432,6 @@ operator<<(std::ostream & os, const Triangulation<TT, TDS> & tr)
} //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_TRIANGULATION_H