From 04c28cf0db3be724d7965af4aed139c575723fcd Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 11 Mar 1999 15:17:09 +0000 Subject: [PATCH] - Fixed template param. --- .../include/CGAL/Interval_arithmetic/IA_Quotient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic/IA_Quotient.h b/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic/IA_Quotient.h index 4a5052a644b..e58514beab3 100644 --- a/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic/IA_Quotient.h +++ b/Packages/Interval_arithmetic/include/CGAL/Interval_arithmetic/IA_Quotient.h @@ -30,7 +30,7 @@ CGAL_BEGIN_NAMESPACE // overflow, but we can't do better than the following trivial conversion. template -struct converter +struct converter > { static inline Interval_nt_advanced do_it (const Quotient & z) {