Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] including optimize_mesh_3.h produces compile error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] including optimize_mesh_3.h produces compile error


Chronological Thread 
  • From: Stephane Tayeb <>
  • To:
  • Subject: Re: [cgal-discuss] including optimize_mesh_3.h produces compile error
  • Date: Wed, 02 Jun 2010 09:45:28 +0200

Ramin H wrote:
Hi everyone,

I am using VS2008 C++ compiler and CGAL 3.6.

As soon as I add "#include <CGAL/optimize_mesh_3.h>" to my project, I get
the following compile error:
--------
error C2039: 'iterator_category' : is not a member of
'CGAL::Weighted_point<Pt,We>' d:\Program Files\Microsoft Visual Studio
9.0\VC\include\xutility 764
--------
followed by a bunch of other errors that are related to this error.

I can not find any clue to start resolving the issue. Does this error
message give you any idea where I should look for the problem?

Should I include this header before or after a specific include or is there
any other trick involved? Has anyone had this problem before?

Thanks,
-Ramin


Hi Ramin,

Could you please provide a minimal cpp file which reproduces your compilation error ?

Thanks,
Stéphane.

--
Stephane Tayeb
Software engineer - INRIA Sophia Antipolis
Geometrica Project-Team



Archive powered by MHonArc 2.6.16.

Top of Page