From da8893f720e207efbb43f75b24cb55f9137d26e9 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Fri, 9 Feb 2007 13:31:57 +0000 Subject: [PATCH] Comment specialized compare function. (Confuses Sunpro and seems superfluous...) --- Algebraic_foundations/include/CGAL/number_utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Algebraic_foundations/include/CGAL/number_utils.h b/Algebraic_foundations/include/CGAL/number_utils.h index 91aa611bf46..4a3bd587c8e 100644 --- a/Algebraic_foundations/include/CGAL/number_utils.h +++ b/Algebraic_foundations/include/CGAL/number_utils.h @@ -252,6 +252,7 @@ is_negative( const Real_embeddable& x ) { return is_negative( x ); } +/* template< class Real_embeddable > inline typename Real_embeddable_traits< Real_embeddable >::Compare::result_type @@ -260,6 +261,7 @@ compare( const Real_embeddable& x, const Real_embeddable& y ) { typename Real_embeddable_traits< Real_embeddable >::Compare compare; return compare( x, y ); } +*/ template< class Real_embeddable > inline