Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Ambigous reference to Weighted_Point during compilation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Ambigous reference to Weighted_Point during compilation


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] Ambigous reference to Weighted_Point during compilation
  • Date: Tue, 1 Jul 2008 13:45:42 +0200

On Tuesday 01 July 2008 12:24:00 Thomas Zangl - Home wrote:
> main.cpp:143: error: reference
> to âWeighted_pointâ is ambiguous
> common.h:77: error: candidates are:
> typedef class
> CGAL::Weighted_point<CGAL::Point_3<CGAL::Filtered_kernel<CGAL::Simple_ca
> rtesian<double> > >, double> Weighted_point
> /CGAL-3.3.1/include/CGAL/Weighted_point.h:27: error:
> template<class Pt, class We> class CGAL::Weighted_point

> Any ideas whats wrong? Thank you!

Your compiler is wrong, unless you have "using namespace CGAL;" somewhere (in
which case *you* are wrong).

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page