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