summaryrefslogtreecommitdiff
path: root/boost/fusion/functional/generation/make_fused.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/functional/generation/make_fused.hpp')
-rw-r--r--boost/fusion/functional/generation/make_fused.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/boost/fusion/functional/generation/make_fused.hpp b/boost/fusion/functional/generation/make_fused.hpp
new file mode 100644
index 0000000000..12365824f7
--- /dev/null
+++ b/boost/fusion/functional/generation/make_fused.hpp
@@ -0,0 +1,18 @@
+/*=============================================================================
+ Copyright (c) 2007 Tobias Schwinger
+
+ Use modification and distribution are subject to 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).
+==============================================================================*/
+
+#if !defined(BOOST_FUSION_FUNCTIONAL_GENERATION_MAKE_FUSED_HPP_INCLUDED)
+#define BOOST_FUSION_FUNCTIONAL_GENERATION_MAKE_FUSED_HPP_INCLUDED
+
+#include <boost/fusion/functional/adapter/fused.hpp>
+
+#define BOOST_FUSION_CLASS_TPL_NAME fused
+#include <boost/fusion/functional/generation/detail/gen_make_adapter.hpp>
+
+#endif
+