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) \ /**/