Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Bug with Arr_landmarks_point_location and Constrained_Delaunay_triangulation_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Bug with Arr_landmarks_point_location and Constrained_Delaunay_triangulation_2


Chronological Thread 
  • From: Michael Hemmer <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Bug with Arr_landmarks_point_location and Constrained_Delaunay_triangulation_2
  • Date: Sun, 14 Aug 2011 14:49:52 +0300

I just tried it with gcc 4.4.5 and the current internal release and I
got no error.

Michael

On Thu, Aug 11, 2011 at 3:26 PM, Winnie Hellmann
<>
wrote:
>> The following example doesn't compile:
>
> I forgot about testing the example without GMP. The error message for the
> following example is the same:
>
> #include <CGAL/Cartesian.h>
>
> #include <CGAL/Arr_landmarks_point_location.h>
> #include <CGAL/Constrained_Delaunay_triangulation_2.h>
> #include <CGAL/Triangulation_euclidean_traits_2.h>
>
> typedef CGAL::Cartesian<int> Kernel;
>
> typedef CGAL::Triangulation_euclidean_traits_2<Kernel> Triangulation_traits;
> typedef CGAL::Constrained_Delaunay_triangulation_2<Triangulation_traits>
>  Triangulation;
>
> int main()
> {
>  Triangulation t;
>
>  return 0;
> }
>
>
>
> --
> 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