diff options
Diffstat (limited to 'libs/fusion/test/algorithm/iter_fold.cpp')
-rw-r--r-- | libs/fusion/test/algorithm/iter_fold.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/fusion/test/algorithm/iter_fold.cpp b/libs/fusion/test/algorithm/iter_fold.cpp new file mode 100644 index 000000000..b37f90db5 --- /dev/null +++ b/libs/fusion/test/algorithm/iter_fold.cpp @@ -0,0 +1,10 @@ +/*============================================================================= + Copyright (c) 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) +==============================================================================*/ + +#define BOOST_FUSION_TEST_ITER_FOLD +#include "fold.hpp" +#undef BOOST_FUSION_TEST_ITER_FOLD |