Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] template <T> bool object.is(void) member function

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] template <T> bool object.is(void) member function


Chronological Thread 
  • From: Costas Tsirogiannis <>
  • To:
  • Subject: Re: [cgal-discuss] template <T> bool object.is(void) member function
  • Date: Thu, 10 Jun 2010 19:10:29 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=xXk3SS8+8QsqLzijH/DueXpEaMmNe6F4ZmHRiQqgX2K2A6dc5bS6Rc9JFkhanVT2R0 4CNuuNXlAv0CB4gfSUGmrKUxE3WohsBAZqRBVR8XIdaDFeN0rIeXPpCv4kpTV/qjIf0g VHEOO7dBEbKsBdWxmULbaELdWG6bhuo6hPrNE=

> Well, this time it probably means that you are compiling with an old version
> of CGAL, Which CGAL version are you using?

3.5.1  .  Should I upgrade?   :)



On Thu, Jun 10, 2010 at 7:07 PM, Laurent Rineau (GeometryFactory) <> wrote:
On Thursday 10 June 2010 18:23:48 Costas Tsirogiannis wrote:
>  > Is your "Object" type equal to K::Object_2 (or Object_3) with K passed
>  > as
>
> template
>
> > parameter?
>
> Yes,  something quite similar to that.  Thanks for the clarification.
>
> While this part of this code does not pop any compilation errors, I now
> get at a totally different point an error for a similar call:
>
> ‘class CGAL::Object’ has no member named ‘is’
>
> Though there I put again `template' in front of 'is'. Any suggestion as to
> what causes that?

Well, this time it probably means that you are compiling with an old version
of CGAL, when CGAL::Object had not the template member function 'is'. :-)

Which CGAL version are you using?

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/

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





Archive powered by MHonArc 2.6.16.

Top of Page