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

VC7.1 using operator= overloads have problems

svn path=/trunk/boost/boost/numeric/ublas/; revision=24791
This commit is contained in:
Michael Stevens
2004-08-27 16:14:03 +00:00
parent 9f863af893
commit 32d3aee084

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