Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] "Vector<T> too long" exception in release mode

Subject: CGAL users discussion list

List archive

[cgal-discuss] "Vector<T> too long" exception in release mode


Chronological Thread 
  • From: Tom Kazimiers <>
  • To:
  • Subject: [cgal-discuss] "Vector<T> too long" exception in release mode
  • Date: Mon, 02 Mar 2009 17:57:50 +0100

Hi,

my application uses the constrained delaunay triangulation of CGAL 3.3.
Up to now everything worked very good, but I developed only in debug
mode. Now, for checking performance issues, I compiled in release mode
and suddenly get an error which I do not get in debug mode (the
"Vector<T> too long error").
The error happens by inserting a specific constraint to the
triangulation. The strange thing is, like said above, it only happens in
release mode. Have you any hint for me to maybe force the auto-linker to
use debug dll's? This should be slower, but at least it works. Maybe you
have an idea what happens here?

Thanks in advance,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page