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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user