Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] [Nef_polyhedron_3] Example handling_double_coordinates.cpp

Subject: CGAL users discussion list

List archive

[cgal-discuss] [Nef_polyhedron_3] Example handling_double_coordinates.cpp


Chronological Thread 
  • From: "Max" <>
  • To: "" <>
  • Subject: [cgal-discuss] [Nef_polyhedron_3] Example handling_double_coordinates.cpp
  • Date: Tue, 5 Feb 2008 16:34:16 +0800
  • Disposition-notification-to: "Max" <>
  • Organization: LoadCom

Hi,

I found the example in CGAL 3.3.1, and tried to build it under
WinXP/SP2+VS2003/SP1.

I got an ICE with the original code.

After I replace the line

typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;

with

struct Kernel : public CGAL::Exact_predicates_exact_constructions_kernel {};

the static assertion

BOOST_STATIC_ASSERT((boost::is_same<Self, typename R_::Point_3>::value));
// line 46

in file Point_3.h failed during compile.

Does anybody have similar experience?

Thanks for any help.

B/Rgds
Max



Archive powered by MHonArc 2.6.16.

Top of Page