summaryrefslogtreecommitdiff
path: root/boost/metaparse/error/unexpected_end_of_input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/metaparse/error/unexpected_end_of_input.hpp')
-rw-r--r--boost/metaparse/error/unexpected_end_of_input.hpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/boost/metaparse/error/unexpected_end_of_input.hpp b/boost/metaparse/error/unexpected_end_of_input.hpp
new file mode 100644
index 0000000000..01acc6126a
--- /dev/null
+++ b/boost/metaparse/error/unexpected_end_of_input.hpp
@@ -0,0 +1,24 @@
+#ifndef BOOST_METAPARSE_ERROR_UNEXPECTED_END_OF_INPUT_HPP
+#define BOOST_METAPARSE_ERROR_UNEXPECTED_END_OF_INPUT_HPP
+
+// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
+// 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)
+
+#include <boost/metaparse/v1/error/unexpected_end_of_input.hpp>
+
+namespace boost
+{
+ namespace metaparse
+ {
+ namespace error
+ {
+ using v1::error::unexpected_end_of_input;
+ }
+ }
+}
+
+#endif
+
+