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: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] template <T> bool object.is(void) member function
  • Date: Thu, 10 Jun 2010 19:07:11 +0200
  • Organization: GeometryFactory

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/



Archive powered by MHonArc 2.6.16.

Top of Page