Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Bug

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Bug


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Bug
  • Date: Thu, 22 Mar 2012 00:16:02 +0200

Yep, seems like a real bug and the right fix.
Next release will include the fix.
Thanks.

On Wed, Mar 21, 2012 at 7:31 PM, Mauricio de Paulo <> wrote:
Hi everyone,
I think i've bumped into a bug. I was creating a class that used the line/arc arrangement modules and the compiler started complaining about multiple definitions.

Following the discussion bellow I found that inlining solved the compilation bug.
http://cgal-discuss.949826.n4.​nabble.com/multiple-definition​s-problem-td2528193.html

So, on file Arr_circular_line_arc_traits_2​.h line 510 i inlined the function:

 namespace internal_Argt_traits{
   struct Not_X_Monotone{};
   inline std::ostream& operator<<(std::ostream& os,const Not_X_Monotone&) {return os;}
 }

And now it seems to compile. Is it really a bug?

--
Mauricio C. M. de Paulo
Engenheiro Cartógrafo
Mestrando em Sensoriamento Remoto (INPE)


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws​/info/cgal-discuss




  • [cgal-discuss] Bug, Mauricio de Paulo, 03/21/2012
    • Re: [cgal-discuss] Bug, Efi Fogel, 03/21/2012

Archive powered by MHonArc 2.6.16.

Top of Page