OSDN Git Service

fixed_string3.hpp: クラス名絶対名前空間(何)で指定しないと駄目なのかし・・・
authorMyun2 <myun2@nwhite.info>
Fri, 25 May 2012 18:30:56 +0000 (03:30 +0900)
committerMyun2 <myun2@nwhite.info>
Fri, 25 May 2012 18:30:56 +0000 (03:30 +0900)
roast/include/roast/lexical/rule/fixed_string3.hpp

index 88ed48c..60c426f 100644 (file)
@@ -54,7 +54,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(){ m_str = S; }     \