Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


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

I tested the code without change on VS2005/SP1. It worked well.

Another fail case for compiler VS2003/SP1. :-(

>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
>--
>You are currently subscribed to cgal-discuss.
>To unsubscribe or access the archives, go to
>https://lists-sop.inria.fr/wws/info/cgal-discuss
>



Archive powered by MHonArc 2.6.16.

Top of Page