summaryrefslogtreecommitdiffstats
blob: 347fb4f1cd5c4701945720d8bd46ed9450a6ec2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*=============================================================================
    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/detail/fold.hpp>

#endif