Opened 13 years ago
Closed 13 years ago
#4093 closed Bugs (fixed)
subgraph regression test failure in VC10
| Reported by: | Owned by: | Jeremiah Willcock | |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | graph |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
The subgraph and subgraph_bundled regression tests are failing in VC10 with an ambiguity between boost::end and std::end - http://tinyurl.com/y9mfqt9
Sould be able to fix it by qualifying the calls to end on lines 176 and 202 of graph_test.hpp with boost::.
Change History (2)
comment:1 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [61245]) Fixed VC10 errors and warnings in subgraph tests; fixes #4093