2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 03:22:14 +00:00

VC7.1 using operator= overloads have problems

[SVN r24791]
This commit is contained in:
Michael Stevens
2004-08-27 16:14:03 +00:00
parent 40ed084a8b
commit 75403ef54e

View File

@@ -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).