Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3013 closed Bugs (fixed)

[graph] Test failures with GCC 4.4 in C++0x mode

Reported by: Richard Webb <richard.webb@…> Owned by: Douglas Gregor
Milestone: Boost 1.40.0 Component: graph
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

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.:

http://tinyurl.com/qxr67u

http://tinyurl.com/qnn5or

The attached patch fixes the failures by qualifying the calls to next with boost:: .

Attachments (1)

graph.patch (8.5 KB ) - added by Richard Webb <richard.webb@…> 13 years ago.

Download all attachments as: .zip

Change History (3)

by Richard Webb <richard.webb@…>, 13 years ago

Attachment: graph.patch added

comment:1 by Jeremiah Willcock, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r52890

comment:2 by Jeremiah Willcock, 13 years ago

Thank you for your patch, by the way. I used it (after removing one tab from it) to solve the problem.

Note: See TracTickets for help on using tickets.