From 4d2047fa367c3d177de54f54ef577deb85803c87 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Sat, 14 Aug 2004 20:06:36 +0000 Subject: [PATCH] enable range and slice svn path=/trunk/boost/libs/numeric/ublas/; revision=24478 --- test3/test3.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test3/test3.hpp b/test3/test3.hpp index 34e24664..d982510a 100644 --- a/test3/test3.hpp +++ b/test3/test3.hpp @@ -39,10 +39,6 @@ void test_vector (); void test_matrix_vector (); void test_matrix (); -// FIXME range and slice are failing -#undef USE_RANGE -#undef USE_SLICE - // Disable some tests for truly broken compilers // MSVC Version 6.0 & 7.0 have problems compiling with std::complex #if defined(BOOST_MSVC) && (BOOST_MSVC <= 1300)