2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 04:02:10 +00:00

enable range and slice

svn path=/trunk/boost/libs/numeric/ublas/; revision=24478
This commit is contained in:
Michael Stevens
2004-08-14 20:06:36 +00:00
parent c63f020a67
commit 4d2047fa36

View File

@@ -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)