From 08bff4af772ca4eef6543eabf7a1baba19b7e862 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 19 Apr 2006 13:48:46 +0000 Subject: [PATCH] Root_of_2 can only be instantiated with RT for now --- Number_types/test/Number_types/root_of_2.C | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Number_types/test/Number_types/root_of_2.C b/Number_types/test/Number_types/root_of_2.C index c1a96d3668b..907aaf0a8a7 100644 --- a/Number_types/test/Number_types/root_of_2.C +++ b/Number_types/test/Number_types/root_of_2.C @@ -452,11 +452,12 @@ int main(int argc, char **argv) { std::cout << "Testing Root_of_2" << std::endl; result = result && test_root_of >(); - + /* + // Root_of_2 can only be instantiated with RT for now std::cout << "Testing Root_of_2 >" << std::endl; result = result && test_root_of > >(); - + */ std::cout << "Testing Lazy_exact_nt's RootOf_2 " << std::endl; result = result && test_root_of >::RootOf_2 >(); @@ -464,15 +465,19 @@ int main(int argc, char **argv) { #ifdef CGAL_USE_GMP std::cout << "Testing Root_of_2" << std::endl; result = result && test_root_of >(); - + /* + // Root_of_2 can only be instantiated with RT for now std::cout << "Testing Root_of_2" << std::endl; result = result && test_root_of >(); + */ #endif #ifdef CGAL_USE_GMPXX + /* + // Root_of_2 can only be instantiated with RT for now std::cout << "Testing Root_of_2" << std::endl; result = result && test_root_of >(); - + */ //std::cout << "Testing Root_of_2 >" << std::endl; //result = result && test_root_of > >();