Boost logo

Boost Users :

Subject: Re: [Boost-users] [Boost Statechart Library] How to inherit reactions?
From: Philipp Bender (pbender_at_[hidden])
Date: 2012-02-18 03:18:24


> struct B : BaseState<...>
> {
> using BaseState<...>::react;
> boose::statechard::result react(...) {...}
> };

That solved my problem, thank you for that. I have not been aware of
this shaddowing by polymorphy.


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