Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost StateChart and Template parameters
From: Igor R (boost.lists_at_[hidden])
Date: 2009-07-25 13:23:52


>       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?


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net