Fix the syntax error

This commit is contained in:
Laurent Rineau 2018-03-01 14:04:38 +00:00 committed by GitHub
parent da744ba852
commit f16b771a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Nef_polyhedron_3 : public CGAL::Handle_for< Nef_polyhedron_3_rep<Kernel_,
typedef typename Kernel::Segment_3 Segment_3; typedef typename Kernel::Segment_3 Segment_3;
typedef typename Kernel::Aff_transformation_3 Aff_transformation_3; typedef typename Kernel::Aff_transformation_3 Aff_transformation_3;
if _MSC_VER >= 1900 #if _MSC_VER >= 1900
// VC++ < 2017 has a problem to digest the following typedef, // VC++ < 2017 has a problem to digest the following typedef,
// and does not need the using statements -- AF // and does not need the using statements -- AF
// The left and right part of these typedefs have the same name. It is // The left and right part of these typedefs have the same name. It is