Opened 13 years ago

Closed 13 years ago

#4093 closed Bugs (fixed)

subgraph regression test failure in VC10

Reported by: Richard Webb <richard.webb@…> 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 Jeremiah Willcock, 13 years ago

Owner: changed from Andrew Sutton to Jeremiah Willcock
Status: newassigned

comment:2 by Jeremiah Willcock, 13 years ago

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.