Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5573: MSM with psuedo exits fires a no transition if the back_states were passed with parameters
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-05-27 10:49:42
#5573: MSM with psuedo exits fires a no transition if the back_states were passed
with parameters
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: chenry
Type: Bugs | Status: new
Milestone: To Be Determined | Component: msm
Version: Boost 1.47.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by anonymous):
I was unable to upload a file!
Trac Error
Submission rejected as potential spam (Akismet says content is spam)
TracGuide â The Trac User and Administration Guide
Just do something like this:
void test()
{
myData ts;
// This is not working!
Fsm p( msm::back::states_
<< Fsm::SubFsm2( &ts )
,&ts );
// But this is ok.
//Fsm p;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5573#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC