From d6a48d5d7bf4602791b7cef678c0bf54565fe2a3 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 path=/trunk/boost/boost/numeric/ublas/; revision=24492 --- 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).