Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Nef Polyhedron no simple to OFF

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Nef Polyhedron no simple to OFF


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Nef Polyhedron no simple to OFF
  • Date: Mon, 22 Dec 2008 09:40:37 +0100 (CET)

I don't understand why shows me errors when I use
Exact_predicates_exact_constructions_kernel.

It shows me 14 errors, but all the errors are very similars to these:

error C2784: 'CGAL::Lazy_exact_nt<Coercion_traits<A,B>::Type> CGAL::operator
/(const CGAL::Lazy_exact_nt<ET> &,const CGAL::Lazy_exact_nt<ET1> &)' :it was
not possible to deduce the argument template for 'const CGAL:: Lazy_exact_nt
<ET> &' from 'CGAL:: MP_Float'

error C2784: 'CGAL:: Root_of_2 <RT_> CGAL:: operator / (const CGAL:: Root_of_2
<RT_> &, const CGAL:: Root_of_2 <RT_> &)': could not deduce the argument
template for 'const CGAL:: Root_of_2 <RT_> & 'from' CGAL:: MP_Float '

And all mark me this line code of Lacy_exact_nt.h:

CGAL_LAZY_BINARY_OP(/, Lazy_exact_Div)

I've been thought that is not compatible whith the version of my compiler,

Microsoft Visual Studio 2008 version 3.5 SP (Express Edition)
Visual C++ 9.0

Thanks,
Jona



Archive powered by MHonArc 2.6.16.

Top of Page