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