Ticket #4580: fold.patch
File fold.patch, 965 bytes (added by , 12 years ago) |
---|
-
iteration/detail/fold.hpp
405 405 } 406 406 407 407 template<typename Seq, typename State, typename F> 408 inline typename result_of:: fold<Seq,State const,F>::type408 inline typename result_of::BOOST_FUSION_FOLD_NAME<Seq,State const,F>::type 409 409 BOOST_FUSION_FOLD_NAME(Seq& seq,State const& state,F f) 410 410 { 411 411 return result_of::BOOST_FUSION_FOLD_NAME<Seq,State const,F>::call( … … 415 415 } 416 416 417 417 template<typename Seq, typename State, typename F> 418 inline typename result_of:: fold<Seq const,State const,F>::type418 inline typename result_of::BOOST_FUSION_FOLD_NAME<Seq const,State const,F>::type 419 419 BOOST_FUSION_FOLD_NAME(Seq const& seq,State const& state,F f) 420 420 { 421 421 return result_of::BOOST_FUSION_FOLD_NAME<Seq const,State const,F>::call(