Index: boost/mpl/aux_/inserter_algorithm.hpp =================================================================== --- boost/mpl/aux_/inserter_algorithm.hpp (revision 54788) +++ boost/mpl/aux_/inserter_algorithm.hpp (working copy) @@ -49,7 +49,7 @@ BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P) \ > \ struct name< BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P),na > \ - : if_< has_push_back \ + : if_< has_push_back< typename clear::type> \ , aux::name##_impl< \ BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \ , back_inserter< typename clear::type > \