correct fix for ticket 10676. this is a temporary fix until we overhaul the fold implementation.

This commit is contained in:
Joel de Guzman
2014-10-27 19:45:38 +08:00
parent 06a46de636
commit c704efb49c
4 changed files with 47 additions and 4 deletions

View File

@ -10,6 +10,7 @@
#define BOOST_FUSION_ALGORITHM_ITERATION_FOLD_HPP
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/support/detail/result_of.hpp>
#include <boost/fusion/algorithm/iteration/fold_fwd.hpp>
#include <boost/config.hpp>
#include <boost/fusion/sequence/intrinsic/begin.hpp>