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

Don't run slice test, because it hasn't been fixed and perhaps won't be

svn path=/trunk/boost/libs/numeric/ublas/; revision=29062
This commit is contained in:
Douglas Gregor
2005-05-19 14:01:51 +00:00
parent d98db5267b
commit a43604e58d
2 changed files with 6 additions and 0 deletions

View File

@@ -37,4 +37,7 @@ void test_matrix_vector ();
void test_matrix ();
// FIXME slice are failing in assignment to zero elements
#undef USE_SLICE
#endif

View File

@@ -33,4 +33,7 @@ void test_matrix_vector ();
void test_matrix ();
// FIXME slice are failing in assignment to zero elements
#undef USE_SLICE
#endif