OSDN Git Service

multibyte: utf8_lexical.hpp Add.
authorMyun2 <myun2@nwhite.info>
Thu, 29 Jul 2010 18:23:44 +0000 (03:23 +0900)
committerMyun2 <myun2@nwhite.info>
Thu, 29 Jul 2010 18:23:44 +0000 (03:23 +0900)
roast/include/roast/str/multibyte/utf8.hpp
roast/include/roast/str/multibyte/utf8_lexical.hpp [new file with mode: 0644]

index b112679..0447586 100644 (file)
@@ -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 (file)
index 0000000..c14c1c3
--- /dev/null
@@ -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__