OSDN Git Service

sgml/rule.hpp
authormyun2 <myun2@nwhite.info>
Sun, 8 Jul 2012 17:31:19 +0000 (02:31 +0900)
committermyun2 <myun2@nwhite.info>
Sun, 8 Jul 2012 17:31:19 +0000 (02:31 +0900)
roast/include/roast/xml/sgml/rule.hpp

index 4e2412d..cb62b0a 100644 (file)
@@ -5,7 +5,8 @@
 #ifndef __SFJP_ROAST__xml__sgml__rule_HPP__
 #define __SFJP_ROAST__xml__sgml__rule_HPP__
 
-#include "roast/lexical.hpp"
+//#include "roast/lexical.hpp"
+#include "roast/lexical2/lexical.hpp"
 
 namespace roast
 {
@@ -22,8 +23,8 @@ namespace roast
                        
                        ///////////////////////////////////////
 
-                       using ::roast::lexical::rule::seq;
-                       using ::roast::lexical::rule::whitespaces;
+                       using ::roast::lexical::seq;
+                       using ::roast::lexical::whitespaces;
                        
                        //      _angle_bracket
                        template <typename _Body>