Index: iteration/detail/fold.hpp =================================================================== --- iteration/detail/fold.hpp (revision 64938) +++ iteration/detail/fold.hpp (working copy) @@ -405,7 +405,7 @@ } template - inline typename result_of::fold::type + inline typename result_of::BOOST_FUSION_FOLD_NAME::type BOOST_FUSION_FOLD_NAME(Seq& seq,State const& state,F f) { return result_of::BOOST_FUSION_FOLD_NAME::call( @@ -415,7 +415,7 @@ } template - inline typename result_of::fold::type + inline typename result_of::BOOST_FUSION_FOLD_NAME::type BOOST_FUSION_FOLD_NAME(Seq const& seq,State const& state,F f) { return result_of::BOOST_FUSION_FOLD_NAME::call(