Opened 11 years ago
Closed 11 years ago
#6112 closed Bugs (fixed)
[graph] VC10 regression test failures
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
A bunch of the Graph tests are failing on VC10 due to ambiguities between std::tie and boost::tie. e.g.
qualifying the calls to tie avoids the problem.
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | graph.patch added |
---|
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch to qualify calls to tie