diff --git a/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h b/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h index 542f1123f96..59822e42792 100644 --- a/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h +++ b/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h @@ -410,7 +410,7 @@ namespace CGAL { { return solve(e1.first,e1.second,e2,res); } - +#if 0 template < class AK, class OutputIterator > inline OutputIterator @@ -420,7 +420,7 @@ namespace CGAL { { return solve(e2,e1); } - +#endif template < class AK, class OutputIterator > inline OutputIterator @@ -430,7 +430,7 @@ namespace CGAL { { return solve(e1.first, e2, e1.second,res); } - +#if 0 template < class AK, class OutputIterator > inline OutputIterator @@ -440,7 +440,7 @@ namespace CGAL { { return solve(e2,e1); } - +#endif template < class AK, class OutputIterator > inline OutputIterator