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)