Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] problem with TAUCS

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] problem with TAUCS


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] problem with TAUCS
  • Date: Tue, 3 Aug 2010 19:10:09 +0200 (CEST)

Hi Laurent,

thanks for your help. the solution was near from what you said...i found the
solution on the website's header creator (
http://mateusz.loskot.net/category/projects/liblas-projects/ ) . It was indeed
a conflict with windef.h, and the solution was to wrap min and max functions,
but like this:

T const rmin = (std::numeric_limits<T>::min)();

i'm gonna look for other problems, but it looks good. Thanks for your help

Best regards,
Cristovao



Archive powered by MHonArc 2.6.16.

Top of Page