From 82c10584153e78f8a2d3c2456af73e3ccc4aee27 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 14 Dec 2004 22:44:57 +0000 Subject: [PATCH] MSVC6 workarounds [SVN r26509] --- include/boost/mpl/transform.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/mpl/transform.hpp b/include/boost/mpl/transform.hpp index 4049c6c..5a01454 100644 --- a/include/boost/mpl/transform.hpp +++ b/include/boost/mpl/transform.hpp @@ -130,7 +130,8 @@ struct name \ > \ , name##1 \ , name##2 \ - >::type type; \ + >::type t1; \ + typedef typename t1::type type; \ }; \ BOOST_MPL_AUX_NA_SPEC(4, name) \ /**/