2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 04:02:10 +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 ce71eeac8e
commit cc42e4f2e1
4 changed files with 9 additions and 0 deletions

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