Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Dealing with Point_set_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Dealing with Point_set_2


Chronological Thread 
  • From: Christoph Weber <>
  • To:
  • Subject: Re: [cgal-discuss] Dealing with Point_set_2
  • Date: Fri, 06 Mar 2009 18:09:03 +0100

hm...

there is already a <climits> included in Point_set_2.h, but when I
looked in my climits files (I found 5 !?), MAX_INT was not defined
there. I will define ist by myself, next week. Thanks

reg, Christoph

Am Samstag, den 07.03.2009, 00:41 +0800 schrieb zengming:
> Hi,
> You can include <climit> or <limit.h>
>
> Best,
>
> 2009-03-07
>
> ______________________________________________________________________
> zengming
>
> ______________________________________________________________________
> 发件人: Christoph Weber
> 发送时间: 2009-03-07 00:15:39
> 收件人: cgal-liste
> 抄送:
> 主题: [cgal-discuss] Dealing with Point_set_2
>
> Hello,
>
> I tried to compile the examle file
>
> /examples/Point_set_2/range_search.cpp
>
> and I got the following error:
>
>
> In file included from range_search.cpp:2:
> ../../include/CGAL/Point_set_2.h: In member function ‘void
> CGAL::Point_set_2 <Gt, Tds >::init_dfs()’:
> ../../include/CGAL/Point_set_2.h:307: error: ‘INT_MAX’ was not declared
> in this scope
>
>
> Maybe, INT_MAX is declared somewhere else? The header, I've included
> are:
>
> #include <iostream >
> #include <fstream >
> #include <cassert >
>
>
> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h >
> #include <CGAL/Point_set_2.h >
> #include <list >
>
> I hope, somebode can help me.
> regards,
>
> Christoph
>
>
>
>
>
>
>
>
>
>
> --
> 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