summaryrefslogtreecommitdiff
path: root/boost/fusion/include/make_unfused.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/include/make_unfused.hpp')
-rw-r--r--boost/fusion/include/make_unfused.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/boost/fusion/include/make_unfused.hpp b/boost/fusion/include/make_unfused.hpp
new file mode 100644
index 0000000000..ae3b667928
--- /dev/null
+++ b/boost/fusion/include/make_unfused.hpp
@@ -0,0 +1,13 @@
+/*==============================================================================
+ 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)
+==============================================================================*/
+
+#ifndef BOOST_FUSION_INCLUDE_MAKE_UNFUSED_HPP
+#define BOOST_FUSION_INCLUDE_MAKE_UNFUSED_HPP
+
+#include <boost/fusion/functional/generation/make_unfused.hpp>
+
+#endif