Boost C++ Libraries: Ticket #3013: [graph] Test failures with GCC 4.4 in C++0x mode https://svn.boost.org/trac10/ticket/3013 <p> When the graph regression tests are run with GCC 4.4.0 in C++0x mode, there are a number of failures due to ambiguities between boost::next and std::next. e.g.: </p> <p> <a class="ext-link" href="http://tinyurl.com/qxr67u"><span class="icon">​</span>http://tinyurl.com/qxr67u</a> </p> <p> <a class="ext-link" href="http://tinyurl.com/qnn5or"><span class="icon">​</span>http://tinyurl.com/qnn5or</a> </p> <p> The attached patch fixes the failures by qualifying the calls to next with boost:: . </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3013 Trac 1.4.3 Richard Webb <richard.webb@…> Sun, 10 May 2009 18:11:49 GMT attachment set https://svn.boost.org/trac10/ticket/3013 https://svn.boost.org/trac10/ticket/3013 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">graph.patch</span> </li> </ul> Ticket Jeremiah Willcock Mon, 11 May 2009 01:20:07 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3013#comment:1 https://svn.boost.org/trac10/ticket/3013#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> Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/52890" title="Added boost:: qualifications to next, using patch from bug 3013, ...">r52890</a> </p> Ticket Jeremiah Willcock Mon, 11 May 2009 01:21:21 GMT <link>https://svn.boost.org/trac10/ticket/3013#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3013#comment:2</guid> <description> <p> Thank you for your patch, by the way. I used it (after removing one tab from it) to solve the problem. </p> </description> <category>Ticket</category> </item> </channel> </rss>