From f5313a2e41ba0ebbbf189a863d4ec8be87cf3e2c Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Tue, 21 Sep 2004 22:22:34 +0000 Subject: [PATCH] Flag VC7.1 strangeness --- include/boost/numeric/ublas/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index 1d2069ea..9904a9b3 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -89,6 +89,8 @@ // Version 7.1 #if BOOST_MSVC == 1310 +// Seeming still some problems with function templates +#define BOOST_UBLAS_MSVC71_FUNCTION_TEMPLATE_ORDERING // One of these workarounds is needed for MSVC 7.1 AFAIK // (thanks to John Maddock and Martin Lauer). // The second workaround looks like BOOST_UBLAS_QUALIFIED_TYPENAME.