Subject: CGAL users discussion list
List archive
- From: Sylvain Pion <>
- To:
- Subject: Re: [cgal-discuss] OpenCV and CGAL
- Date: Thu, 24 Apr 2008 19:37:29 +0200
Wesley Smith a écrit :
I actually had exactly the same problem yesterday with min and max
defines. This was with VS2008. I had to do the following:
#ifdef min
#define MIN_MACRO min
#define MAX_MACRO max
#undef min
#undef max
#else
#define MIN_MACRO
#define MAX_MACRO
#endif
/*
my code
*/
#define min MIN_MACRO
#define max MAX_MACRO
I was kind of surprised that there were macros with names min and max
in CGAL since these are such common names, they're bound to conflict.
To make it clear: CGAL does not define min/max macros.
It protects itself against those macros which are defined by some
windows header file.
--
Sylvain Pion
INRIA Sophia-Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/
- Re: Re: [cgal-discuss] OpenCV and CGAL, novacheva, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Andreas Fabri, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Andreas Fabri, 04/24/2008
- <Possible follow-up(s)>
- Re: Re: [cgal-discuss] OpenCV and CGAL, novacheva, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Andreas Fabri, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Wesley Smith, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Andreas Fabri, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Sylvain Pion, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Wesley Smith, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Wesley Smith, 04/24/2008
- Re: [cgal-discuss] OpenCV and CGAL, Andreas Fabri, 04/24/2008
Archive powered by MHonArc 2.6.16.