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.