mirror of https://github.com/CGAL/cgal
Fix the syntax error
This commit is contained in:
parent
da744ba852
commit
f16b771a09
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue