From 6489c17c198769411c466d6f176cf34974d7ad71 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 8 Apr 2003 14:06:01 +0000 Subject: [PATCH] BOOST_NO_DEDUCED_TYPENAME applies to vc7 too (Pavol Droba ) [SVN r18209] --- include/boost/config/compiler/visualc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index c4c7ffb4..845ab7c9 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -18,7 +18,6 @@ # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS # define BOOST_NO_VOID_RETURNS # define BOOST_NO_EXCEPTION_STD_NAMESPACE -# define BOOST_NO_DEDUCED_TYPENAME // disable min/max macro defines on vc6: // #endif @@ -33,6 +32,7 @@ # define BOOST_NO_PRIVATE_IN_AGGREGATE # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP # define BOOST_NO_INTEGRAL_INT64_T +# define BOOST_NO_DEDUCED_TYPENAME // VC++ 6/7 has member templates but they have numerous problems including // cases of silent failure, so for safety we define: