Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error: Expr: *slIter == curve

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error: Expr: *slIter == curve


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Error: Expr: *slIter == curve
  • Date: Mon, 25 Aug 2008 17:16:09 +0200


slIter is an iterator (http://www.sgi.com/tech/stl/trivial.html)

It gets dereferenced (by aplying the operator '*') and compared to a variable.

andreas


Simao Soares wrote:
I just want to know what means this expression in the cgal context, not what is the error in the program.

On Mon, Aug 25, 2008 at 3:32 PM, Andreas Fabri < <mailto:>> wrote:


42


http://en.wikipedia.org/wiki/Answer_to_Life,_the_Universe,_and_Everything

honestly, how can you expect an answer to a question without ANY
context information

best regards,

andreas



Simao Soares wrote:

Can anybody explain me this error: Expr: *slIter == curve?


Regards,

-- Simão Soares
LinkedIn: http://www.linkedin.com/in/simaosoares
Phone: +351 918 656 143


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




--
Simão Soares
LinkedIn: http://www.linkedin.com/in/simaosoares
Phone: +351 918 656 143




Archive powered by MHonArc 2.6.16.

Top of Page