Opened 11 years ago

Closed 11 years ago

#6112 closed Bugs (fixed)

[graph] VC10 regression test failures

Reported by: Richard Webb <richard.webb@…> 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.

http://tinyurl.com/c2uomqc

qualifying the calls to tie avoids the problem.

Attachments (1)

graph.patch (17.3 KB ) - added by Richard Webb <richard.webb@…> 11 years ago.
patch to qualify calls to tie

Download all attachments as: .zip

Change History (2)

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

Attachment: graph.patch added

patch to qualify calls to tie

comment:1 by Jeremiah Willcock, 11 years ago

Resolution: fixed
Status: newclosed

(In [75431]) Qualified more calls to tie; fixes #6112

Note: See TracTickets for help on using tickets.