#3013 closed Bugs (fixed)
[graph] Test failures with GCC 4.4 in C++0x mode
Reported by: | 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.:
The attached patch fixes the failures by qualifying the calls to next with boost:: .
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | graph.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 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.
Fixed in r52890