mirror of https://github.com/CGAL/cgal
- Update to new parsing.
This commit is contained in:
parent
90c2ced9b9
commit
125e44d51c
|
|
@ -27,6 +27,7 @@
|
|||
#ifndef CGAL_CFG_NO_EXPLICIT_TEMPLATE_FUNCTION_ARGUMENT_SPECIFICATION
|
||||
template < class CGAL_IA_CT, class CGAL_IA_ET, class CGAL_IA_CACHE >
|
||||
#endif
|
||||
/* */
|
||||
CGAL::Comparison_result
|
||||
compare_xC2(
|
||||
const CGAL::Filtered_exact <CGAL_IA_CT, CGAL_IA_ET, CGAL_IA_CACHE> &px,
|
||||
|
|
@ -65,8 +66,4 @@ compare_xC2(
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef CGAL_ARITHMETIC_FILTER_H
|
||||
#include <Arithmetic_filter/template_predicates_on_ft.h>
|
||||
#endif
|
||||
|
||||
#endif // CGAL_ARITHMETIC_FILTER_TEMPLATE_PREDICATES_ON_FT_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue