From 75403ef54eb20d4350fee197c3c87e48ec7f88ff Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 27 Aug 2004 16:14:03 +0000 Subject: [PATCH] VC7.1 using operator= overloads have problems [SVN r24791] --- 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 8e7896b4..8b12f585 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -87,7 +87,7 @@ // Version 7.1 #if BOOST_MSVC == 1310 -//#define BOOST_UBLAS_NO_DERIVED_HELPERS +#define BOOST_UBLAS_NO_DERIVED_HELPERS // One of these workarounds is needed for MSVC 7.1 AFAIK // (thanks to John Maddock and Martin Lauer).