Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Exact closest neighbor not working correctly

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Exact closest neighbor not working correctly


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Exact closest neighbor not working correctly
  • Date: Fri, 17 Apr 2020 21:02:37 +0200 (CEST)

On Fri, 17 Apr 2020, Juan Jose Casafranca wrote:

Sure, find attached a minimal example and the data I am using.

It is far from minimal, there are several unnecessary #includes at least.

Your property map looks suspicious, with operator[] that returns a value but reference that is a typedef for a reference type, and a category that implies a reference.

Did you try -fsanitize=address?

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page