Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] A simple question

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] A simple question


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] A simple question
  • Date: Mon, 10 Dec 2007 10:29:31 +0100
  • Organization: Inria, Sophia Antipolis, FRANCE

On Monday 10 December 2007 10:01:17

wrote:
> Hello,
>
> I am a beginner on CGAL and I do not understand why the following little
> programm returns a segmentation fault.

Can you send us a *complete* little program, with the headers inclusions and
your typedefs? You problem seems to be related to the lack of copy
constructor of operator= in one of the type involved in your little program.
Without a full definition of all your types, we cannot debug anything.

A workaround would be to use const references almost everywhere, but it would
be more interresting to know where is the real problem.

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)



Archive powered by MHonArc 2.6.16.

Top of Page