Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL 3.3.1 slow with VC++2008 ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL 3.3.1 slow with VC++2008 ?


Chronological Thread 
  • From: "Fernando Cacciola" <>
  • To: <>
  • Subject: Re: [cgal-discuss] CGAL 3.3.1 slow with VC++2008 ?
  • Date: Thu, 29 May 2008 11:28:31 -0300
  • Organization: Geometry Factory

Hi Ophir,

Hi,

[snip]

What can I do? Do all the dependency libraries also have to have
_SECURE_SCL=0 defined?

Yes.

_SECURE_SCL and _HAS_ITERATOR_DEBUGGING affect the definition of data structures (to add checks), so it's all or nothing.

HTH

Fernando




Archive powered by MHonArc 2.6.16.

Top of Page