Boost C++ Libraries: Ticket #3092: [statechart] regression test failures in VC10 beta 1 https://svn.boost.org/trac10/ticket/3092 <p> a few of the statechart regression tests are failing in VC10 beta 1 due to ambiguities between boost::bind and std::bind. e.g. </p> <p> <a class="ext-link" href="http://tinyurl.com/pylhu6"><span class="icon">​</span>http://tinyurl.com/pylhu6</a> </p> <p> <a class="ext-link" href="http://tinyurl.com/qq4435"><span class="icon">​</span>http://tinyurl.com/qq4435</a> </p> <p> The attached patch fixes the failures by qualifying the calls to bind with boost:: </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3092 Trac 1.4.3 Richard Webb <richard.webb@…> Tue, 26 May 2009 22:04:59 GMT attachment set https://svn.boost.org/trac10/ticket/3092 https://svn.boost.org/trac10/ticket/3092 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">statechart.diff</span> </li> </ul> Ticket Andreas Huber Fri, 26 Jun 2009 14:14:46 GMT status changed https://svn.boost.org/trac10/ticket/3092#comment:1 https://svn.boost.org/trac10/ticket/3092#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Andreas Huber Sat, 27 Jun 2009 08:13:15 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3092#comment:2 https://svn.boost.org/trac10/ticket/3092#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/54403" title="Fixes #3092. Thanks for the report! Will be merged to the release ...">[54403]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3092" title="#3092: Bugs: [statechart] regression test failures in VC10 beta 1 (closed: fixed)">#3092</a>. Thanks for the report! </p> <p> Will be merged to the release branch as soon as tests have cycled successfully. </p> Ticket