Ticket #4580: fold.patch

File fold.patch, 965 bytes (added by anonymous, 12 years ago)
  • iteration/detail/fold.hpp

     
    405405    }
    406406
    407407    template<typename Seq, typename State, typename F>
    408     inline typename result_of::fold<Seq,State const,F>::type
     408    inline typename result_of::BOOST_FUSION_FOLD_NAME<Seq,State const,F>::type
    409409    BOOST_FUSION_FOLD_NAME(Seq& seq,State const& state,F f)
    410410    {
    411411        return result_of::BOOST_FUSION_FOLD_NAME<Seq,State const,F>::call(
     
    415415    }
    416416
    417417    template<typename Seq, typename State, typename F>
    418     inline typename result_of::fold<Seq const,State const,F>::type
     418    inline typename result_of::BOOST_FUSION_FOLD_NAME<Seq const,State const,F>::type
    419419    BOOST_FUSION_FOLD_NAME(Seq const& seq,State const& state,F f)
    420420    {
    421421        return result_of::BOOST_FUSION_FOLD_NAME<Seq const,State const,F>::call(