From 4e23e31dd531d0af77282d99a126ee0fbd87401b Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Mon, 16 Aug 2004 05:16:01 +0000 Subject: [PATCH] Fixed VC7.1 [SVN r24492] --- include/boost/numeric/ublas/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index fa2b2ede..253fcb8b 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -87,7 +87,7 @@ #endif // Version 7.1 -#if BOOST == 1310 +#if BOOST_MSVC == 1310 // One of these workarounds is needed for MSVC 7.1 AFAIK // (thanks to John Maddock and Martin Lauer).