From d0fc8d19d02b7a9f6e7a83524a054a502460c2f1 Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Wed, 24 Sep 2008 12:10:19 +0000 Subject: [PATCH] RET::Sign -> Sgn --- .../test/Algebraic_foundations/Real_embeddable_traits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algebraic_foundations/test/Algebraic_foundations/Real_embeddable_traits.cpp b/Algebraic_foundations/test/Algebraic_foundations/Real_embeddable_traits.cpp index 8cd5190ae61..30ef04c7de8 100644 --- a/Algebraic_foundations/test/Algebraic_foundations/Real_embeddable_traits.cpp +++ b/Algebraic_foundations/test/Algebraic_foundations/Real_embeddable_traits.cpp @@ -20,7 +20,7 @@ int main(){ BOOST_STATIC_ASSERT((::boost::is_same::value)); CGAL_IS_RET_NULL_FUNCTOR(Abs); - CGAL_IS_RET_NULL_FUNCTOR(Sign); + CGAL_IS_RET_NULL_FUNCTOR(Sgn); CGAL_IS_RET_NULL_FUNCTOR(Is_finite); CGAL_IS_RET_NULL_FUNCTOR(Is_positive); CGAL_IS_RET_NULL_FUNCTOR(Is_negative);