mirror of https://github.com/CGAL/cgal
fixed(?) the type Polyhedron_3 to work with SunPro's compiler
This commit is contained in:
parent
afd72b203d
commit
db3a8a802e
|
|
@ -56,7 +56,7 @@ class Convex_hull_traits_3
|
||||||
#if defined(__BORLANDC__)
|
#if defined(__BORLANDC__)
|
||||||
typedef Polyhedron_ Polyhedron_3;
|
typedef Polyhedron_ Polyhedron_3;
|
||||||
#else
|
#else
|
||||||
typedef Polyhedron_3<R> Polyhedron_3;
|
typedef CGAL::Polyhedron_3<R> Polyhedron_3;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef typename R::Construct_segment_3 Construct_segment_3;
|
typedef typename R::Construct_segment_3 Construct_segment_3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue