2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 04:22:12 +00:00

Flag VC7.1 strangeness

This commit is contained in:
Michael Stevens
2004-09-21 22:22:34 +00:00
parent 1f9cdb9251
commit f5313a2e41

View File

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