mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-10 02:56:31 +02:00
18 lines
740 B
C++
18 lines
740 B
C++
/*=============================================================================
|
|
Copyright (c) 2001-2007 Joel de Guzman
|
|
Copyright (c) 2007 Dan Marsden
|
|
Copyright (c) 2009-2010 Christopher Schmidt
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
==============================================================================*/
|
|
|
|
#ifndef BOOST_FUSION_ALGORITHM_ITERATION_FOLD_HPP
|
|
#define BOOST_FUSION_ALGORITHM_ITERATION_FOLD_HPP
|
|
|
|
#include <boost/fusion/algorithm/iteration/fold_fwd.hpp>
|
|
#include <boost/fusion/algorithm/iteration/detail/fold.hpp>
|
|
#include <boost/fusion/algorithm/iteration/detail/segmented_fold.hpp>
|
|
|
|
#endif
|