From f16b771a09eaaf7614c26432027d29149a20f25f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 1 Mar 2018 14:04:38 +0000 Subject: [PATCH] Fix the syntax error --- Nef_3/include/CGAL/Nef_polyhedron_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nef_3/include/CGAL/Nef_polyhedron_3.h b/Nef_3/include/CGAL/Nef_polyhedron_3.h index 6f69d69fad9..1bbf2518398 100644 --- a/Nef_3/include/CGAL/Nef_polyhedron_3.h +++ b/Nef_3/include/CGAL/Nef_polyhedron_3.h @@ -164,7 +164,7 @@ class Nef_polyhedron_3 : public CGAL::Handle_for< Nef_polyhedron_3_rep= 1900 +#if _MSC_VER >= 1900 // VC++ < 2017 has a problem to digest the following typedef, // and does not need the using statements -- AF // The left and right part of these typedefs have the same name. It is