Subject: Re: [Boost-users] [state-chart] Problem compiling a statemachine with "class" instead of "struct"
From: Rudolf Leitgeb (r.leitgeb_at_[hidden])
Date: 2009-02-16 09:58:16


> In "struct" its memebers have "public" access by default.
> In you define a "class", ensure that all the symbols needed
> by the framework are accessible (eg., that "reactions"
> typedef is public)

I just mailed the sample code to this list. As far as I could
see whe carefully included the public and private keywords in
all relevant locations.