Boost C++ Libraries: Ticket #4093: subgraph regression test failure in VC10 https://svn.boost.org/trac10/ticket/4093 <p> The subgraph and subgraph_bundled regression tests are failing in VC10 with an ambiguity between boost::end and std::end - <a class="ext-link" href="http://tinyurl.com/y9mfqt9"><span class="icon">​</span>http://tinyurl.com/y9mfqt9</a> </p> <p> Sould be able to fix it by qualifying the calls to end on lines 176 and 202 of graph_test.hpp with boost::. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4093 Trac 1.4.3 Jeremiah Willcock Tue, 13 Apr 2010 13:17:54 GMT owner, status changed https://svn.boost.org/trac10/ticket/4093#comment:1 https://svn.boost.org/trac10/ticket/4093#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andrew Sutton</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Jeremiah Willcock Tue, 13 Apr 2010 13:55:27 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4093#comment:2 https://svn.boost.org/trac10/ticket/4093#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/61245" title="Fixed VC10 errors and warnings in subgraph tests; fixes #4093">[61245]</a>) Fixed VC10 errors and warnings in subgraph tests; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4093" title="#4093: Bugs: subgraph regression test failure in VC10 (closed: fixed)">#4093</a> </p> Ticket