Boost C++ Libraries: Ticket #6112: [graph] VC10 regression test failures https://svn.boost.org/trac10/ticket/6112 <p> A bunch of the Graph tests are failing on VC10 due to ambiguities between std::tie and boost::tie. e.g. </p> <p> <a class="ext-link" href="http://tinyurl.com/c2uomqc"><span class="icon">​</span>http://tinyurl.com/c2uomqc</a> </p> <p> qualifying the calls to tie avoids the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6112 Trac 1.4.3 Richard Webb <richard.webb@…> Thu, 10 Nov 2011 14:42:47 GMT attachment set https://svn.boost.org/trac10/ticket/6112 https://svn.boost.org/trac10/ticket/6112 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">graph.patch</span> </li> </ul> <p> patch to qualify calls to tie </p> Ticket Jeremiah Willcock Thu, 10 Nov 2011 15:04:35 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6112#comment:1 https://svn.boost.org/trac10/ticket/6112#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/75431" title="Qualified more calls to tie; fixes #6112">[75431]</a>) Qualified more calls to tie; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6112" title="#6112: Bugs: [graph] VC10 regression test failures (closed: fixed)">#6112</a> </p> Ticket