From 7d2514e5da3e28a41d34d9ca048aa9b8ac463def Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Mon, 28 Apr 2008 08:20:30 +0000 Subject: [PATCH] consistent use of struct for traits --- Number_types/include/CGAL/Sqrt_extension/Coercion_traits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Number_types/include/CGAL/Sqrt_extension/Coercion_traits.h b/Number_types/include/CGAL/Sqrt_extension/Coercion_traits.h index 40e864813e1..0ae91807e45 100644 --- a/Number_types/include/CGAL/Sqrt_extension/Coercion_traits.h +++ b/Number_types/include/CGAL/Sqrt_extension/Coercion_traits.h @@ -135,9 +135,9 @@ struct Coercion_traits_for_level namespace INTERN_CT{ // Coercion_traits for Sqrt_extenison to FieldWithSqrt -template class CT_ext_to_fwsqrt; +template struct CT_ext_to_fwsqrt; // Coercion_traits for Sqrt_extenison not with FieldWithSqrt -template class CT_ext_not_to_fwsqrt; +template struct CT_ext_not_to_fwsqrt; } // namespace INTERN_CT