summaryrefslogtreecommitdiff
path: root/boost/metaparse/util/int_to_digit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/metaparse/util/int_to_digit.hpp')
-rw-r--r--boost/metaparse/util/int_to_digit.hpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/boost/metaparse/util/int_to_digit.hpp b/boost/metaparse/util/int_to_digit.hpp
new file mode 100644
index 0000000000..4c581b5a73
--- /dev/null
+++ b/boost/metaparse/util/int_to_digit.hpp
@@ -0,0 +1,23 @@
+#ifndef BOOST_METAPARSE_UTIL_INT_TO_DIGIT_HPP
+#define BOOST_METAPARSE_UTIL_INT_TO_DIGIT_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/util/int_to_digit.hpp>
+
+namespace boost
+{
+ namespace metaparse
+ {
+ namespace util
+ {
+ using v1::util::int_to_digit;
+ }
+ }
+}
+
+#endif
+