Boost logo

Boost Users :

Subject: Re: [Boost-users] [state-chart] Problem compiling a statemachine with "class" instead of "struct"
From: Igor R (boost.lists_at_[hidden])
Date: 2009-02-17 09:45:15


What happens if you change:
class PRX5StateMachine : boost::statechart::state_machine< PRX5StateMachine,
Active > {};
To:
class PRX5StateMachine : public boost::statechart::state_machine<
PRX5StateMachine, Active > {};

2009/2/17 Rudolf Leitgeb <r.leitgeb_at_[hidden]>

> You probably forgot to attach the files or your mail-server filtered them
>> out.
>>
>
> Shame on me :(
>
> Here they are.
>
> Cheers,
>
> Rudi
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



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