summaryrefslogtreecommitdiff
path: root/boost/fusion/include/adapt_struct_named.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/include/adapt_struct_named.hpp')
-rw-r--r--boost/fusion/include/adapt_struct_named.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/boost/fusion/include/adapt_struct_named.hpp b/boost/fusion/include/adapt_struct_named.hpp
new file mode 100644
index 0000000000..01cbf3294d
--- /dev/null
+++ b/boost/fusion/include/adapt_struct_named.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_ADAPT_STRUCT_NAMED_HPP
+#define BOOST_FUSION_INCLUDE_ADAPT_STRUCT_NAMED_HPP
+
+#include <boost/fusion/adapted/struct/adapt_struct_named.hpp>
+
+#endif