2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-15 13:32:13 +00:00

Suppress std::complex testing for VC7 it has remove_reference problems in this case.

svn path=/trunk/boost/libs/numeric/ublas/; revision=24397
This commit is contained in:
Michael Stevens
2004-08-11 07:58:37 +00:00
parent 6f9b4ddcec
commit e32b302acf
4 changed files with 9 additions and 0 deletions

View File

@@ -43,7 +43,10 @@ void test_matrix ();
// #define USE_FLOAT
#define USE_DOUBLE
// MSVC Version 6.0 & 7.0 have problems with std complex
#if !defined(BOOST_MSVC) || (BOOST_MSVC > 1300)
#define USE_STD_COMPLEX
#endif
#define USE_RANGE
#define USE_SLICE

View File

@@ -43,7 +43,9 @@ void test_matrix ();
// #define USE_FLOAT
#define USE_DOUBLE
#if !defined(BOOST_MSVC) || (BOOST_MSVC > 1300)
#define USE_STD_COMPLEX
#endif
//FIXME range and slice are failing
//#define USE_RANGE

View File

@@ -51,7 +51,9 @@ void test_matrix ();
// #define USE_FLOAT
#define USE_DOUBLE
#if !defined(BOOST_MSVC) || (BOOST_MSVC > 1300)
#define USE_STD_COMPLEX
#endif
#define USE_RANGE
#define USE_SLICE

View File

@@ -68,7 +68,9 @@ void test_matrix ();
// #define USE_FLOAT
#define USE_DOUBLE
#if !defined(BOOST_MSVC) || (BOOST_MSVC > 1300)
#define USE_STD_COMPLEX
#endif
#define USE_RANGE
#define USE_SLICE