Boost C++ Libraries: Ticket #5573: MSM with psuedo exits fires a no transition if the back_states were passed with parameters https://svn.boost.org/trac10/ticket/5573 <p> If one passes arguments to its states or substates, the pseudo_exit wont work anymore. </p> <p> See the attached modified examples for details. </p> <p> Compiler used: GCC 4.3.4 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5573 Trac 1.4.3 anonymous Fri, 27 May 2011 10:49:42 GMT <link>https://svn.boost.org/trac10/ticket/5573#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5573#comment:1</guid> <description> <p> I was unable to upload a file! </p> <p> Trac Error Submission rejected as potential spam (Akismet says content is spam) <a class="wiki" href="https://svn.boost.org/trac10/wiki/TracGuide">TracGuide</a> — The Trac User and Administration Guide </p> <p> Just do something like this: </p> <blockquote> <p> void test() { </p> <blockquote> <p> myData ts; </p> </blockquote> </blockquote> <blockquote> <blockquote> <p> <em> This is not working! Fsm p( msm::back::states_ </em></p> <blockquote> <p> &lt;&lt; Fsm::SubFsm2( &amp;ts ) ,&amp;ts ); </p> </blockquote> </blockquote> </blockquote> <blockquote> <blockquote> <p> <em> But this is ok. </em></p> <blockquote> <p> <em>Fsm p; </em></p> </blockquote> </blockquote> </blockquote> </description> <category>Ticket</category> </item> <item> <dc:creator>Christophe Henry</dc:creator> <pubDate>Fri, 27 May 2011 21:50:32 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5573#comment:2 https://svn.boost.org/trac10/ticket/5573#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.47.0</span> </li> </ul> <p> Fixed in trunk (rev. 72232). Will be in 1.47. </p> Ticket