Boost C++ Libraries: Ticket #3569: [graph] cycle_ratio_tests regression test failure on VC10 beta 2 https://svn.boost.org/trac10/ticket/3569 <p> The cycle_ratio_tests test is failing on VC10 (MSVC2010) Beta 2 with an ambiguity between boost::bind and std::bind (which is being found via ADL) : </p> <p> <a class="ext-link" href="http://tinyurl.com/yzz8wup"><span class="icon">​</span>http://tinyurl.com/yzz8wup</a> </p> <p> Explicitly calling boost::bind allows it to compile. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3569 Trac 1.4.3 Richard Webb <richard.webb@…> Tue, 27 Oct 2009 17:31:00 GMT attachment set https://svn.boost.org/trac10/ticket/3569 https://svn.boost.org/trac10/ticket/3569 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">graph.patch</span> </li> </ul> Ticket Jeremiah Willcock Tue, 27 Oct 2009 18:05:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3569#comment:1 https://svn.boost.org/trac10/ticket/3569#comment:1 <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> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/57177" title="Fixed bind ambiguity; fixes #3569">[57177]</a>) Fixed bind ambiguity; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3569" title="#3569: Bugs: [graph] cycle_ratio_tests regression test failure on VC10 beta 2 (closed: fixed)">#3569</a> </p> Ticket