Boost logo

Boost Users :

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.


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