From 403548c9a4a95aabb44319e62b26d169e72dca08 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Fri, 30 Jul 2010 03:23:44 +0900 Subject: [PATCH] multibyte: utf8_lexical.hpp Add. --- roast/include/roast/str/multibyte/utf8.hpp | 7 ++++++- roast/include/roast/str/multibyte/utf8_lexical.hpp | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 roast/include/roast/str/multibyte/utf8_lexical.hpp diff --git a/roast/include/roast/str/multibyte/utf8.hpp b/roast/include/roast/str/multibyte/utf8.hpp index b112679e..04475869 100644 --- a/roast/include/roast/str/multibyte/utf8.hpp +++ b/roast/include/roast/str/multibyte/utf8.hpp @@ -8,7 +8,12 @@ namespace roast { - + namespace multibyte + { + namespace utf8 + { + } + } } #endif//__SFJP_ROAST__str__multi_byte__utf8_HPP__ diff --git a/roast/include/roast/str/multibyte/utf8_lexical.hpp b/roast/include/roast/str/multibyte/utf8_lexical.hpp new file mode 100644 index 00000000..c14c1c37 --- /dev/null +++ b/roast/include/roast/str/multibyte/utf8_lexical.hpp @@ -0,0 +1,20 @@ +// Roast+ License + +/* + +*/ +#ifndef __SFJP_ROAST__str__multi_byte__utf8_lexical_HPP__ +#define __SFJP_ROAST__str__multi_byte__utf8_lexical_HPP__ + +namespace roast +{ + namespace multibyte + { + namespace utf8 + { + typedef lexical_rule; + } + } +} + +#endif//__SFJP_ROAST__str__multi_byte__utf8_lexical_HPP__ -- 2.11.0