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