Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Compile errors for Filtered_exact.h and CGAL::Failure_function

Subject: CGAL users discussion list

List archive

[cgal-discuss] Compile errors for Filtered_exact.h and CGAL::Failure_function


Chronological Thread 
  • From: Junjie Cao <>
  • To:
  • Subject: [cgal-discuss] Compile errors for Filtered_exact.h and CGAL::Failure_function
  • Date: Fri, 5 Feb 2010 15:35:39 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tTdubc6QWgbzcX6FlfqKts/C8TS6RV4kmqmstQ1krAiNAkmqpCdnm7DCHJb7sY2rXo MiNca58Fz+G0olJW6muc7DITMwLtG89VdBjWm8rKZsDx0qxVNyKkA0yhj5/ZM/e8HFU5 vANxPAhDZVcXL0u+TA38a9SsQMlEX2iXzBIm4=

Dear,

I meet some compile errors using CGAL 3.5 to build a old (several years ago) program.
The program seems need CGAL::Filtered_exact and CGAL::Failure_function. But I failed to find them in CGAL 3.5.

#include <CGAL/Filtered_exact.h>
typedef CGAL::Filtered_exact<double, CGAL::MP_Float>          NT;

CGAL::Failure_function old_ff = CGAL::set_error_handler(failure_func);

How could I compile the program?

Thanks,
JJCAO





Archive powered by MHonArc 2.6.16.

Top of Page