OSDN Git Service

lexical/string_rule.hpp: ROAST_LEXICAL_FIXSTR()で「fixed_stringが見つからないぜー」と言われる事がある...
authorMyun2 <myun2@nwhite.info>
Fri, 24 Dec 2010 13:43:03 +0000 (22:43 +0900)
committerMyun2 <myun2@nwhite.info>
Fri, 24 Dec 2010 13:43:03 +0000 (22:43 +0900)
roast/include/roast/lexical/string_rule.hpp

index 6582a7c..8894dbd 100644 (file)
@@ -318,7 +318,7 @@ namespace roast
                        };
 
 #define ROAST_LEXICAL_FIXSTR(CLS,S)    \
-                       class CLS : public fixed_string<sizeof(S)-1>    \
+                       class CLS : public ::roast::lexical::rule::fixed_string<sizeof(S)-1>    \
                        {       \
                        public: \
                                CLS() : fixed_string(S){}       \