summaryrefslogtreecommitdiff
path: root/boost/spirit/include/qi_copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/include/qi_copy.hpp')
-rw-r--r--boost/spirit/include/qi_copy.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/boost/spirit/include/qi_copy.hpp b/boost/spirit/include/qi_copy.hpp
new file mode 100644
index 0000000000..6ad8c3f125
--- /dev/null
+++ b/boost/spirit/include/qi_copy.hpp
@@ -0,0 +1,17 @@
+/*=============================================================================
+ Copyright (c) 2001-2012 Joel de Guzman
+ http://spirit.sourceforge.net/
+
+ 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_SPIRIT_INCLUDE_SUPPORT_COPY
+#define BOOST_SPIRIT_INCLUDE_SUPPORT_COPY
+
+#if defined(_MSC_VER)
+#pragma once
+#endif
+
+#include <boost/spirit/home/qi/copy.hpp>
+
+#endif