summaryrefslogtreecommitdiff
path: root/libs/fusion/test/algorithm/reverse_iter_fold.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fusion/test/algorithm/reverse_iter_fold.cpp')
-rw-r--r--libs/fusion/test/algorithm/reverse_iter_fold.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/fusion/test/algorithm/reverse_iter_fold.cpp b/libs/fusion/test/algorithm/reverse_iter_fold.cpp
new file mode 100644
index 000000000..31e4cf265
--- /dev/null
+++ b/libs/fusion/test/algorithm/reverse_iter_fold.cpp
@@ -0,0 +1,12 @@
+/*=============================================================================
+ 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_REVERSE_FOLD
+#define BOOST_FUSION_TEST_ITER_FOLD
+#include "fold.hpp"
+#undef BOOST_FUSION_TEST_ITER_FOLD
+#undef BOOST_FUSION_TEST_REVERSE_FOLD