2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 16:12:09 +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

@@ -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