25 Jul
2009
25 Jul
'09
5:23 p.m.
class prolog : public Entity ///<-----needs argument here but compains the 'prolog' is NOT a template
You should either make a decision about Entity template argument here, or make the above state (and all the FMS) a template. [...]
virtual void parse( T begin, T end ) { };
What is "T" here? Again, probably you meant to make all the FSM templated?