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);