2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 15:32:12 +00:00
svn path=/trunk/boost/boost/numeric/ublas/; revision=24587
This commit is contained in:
Michael Stevens
2004-08-19 07:31:40 +00:00
parent 74e8b5310a
commit 6868576e35

View File

@@ -286,7 +286,7 @@ bool disable_type_check<Dummy>::value = false;
// #define BOOST_UBLAS_SIMPLE_ET_DEBUG
// Select stream types defined for IO
#if !define (BOOST_UBLAS_USE_STREAM) && !define(BOOST_UBLAS_USE_BASIC_STREAM)
#if !defined(BOOST_UBLAS_USE_STREAM) && !defined(BOOST_UBLAS_USE_BASIC_STREAM)
#define BOOST_UBLAS_USE_STREAM
#endif