2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 05:02:16 +00:00
This commit is contained in:
Michael Stevens
2004-08-19 07:31:40 +00:00
parent fd0919f547
commit 428c2d486c

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