Opened 13 years ago

Closed 13 years ago

#3569 closed Bugs (fixed)

[graph] cycle_ratio_tests regression test failure on VC10 beta 2

Reported by: Richard Webb <richard.webb@…> Owned by: Andrew Sutton
Milestone: Boost 1.42.0 Component: graph
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The cycle_ratio_tests test is failing on VC10 (MSVC2010) Beta 2 with an ambiguity between boost::bind and std::bind (which is being found via ADL) :

http://tinyurl.com/yzz8wup

Explicitly calling boost::bind allows it to compile.

Attachments (1)

graph.patch (1.8 KB ) - added by Richard Webb <richard.webb@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

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

Attachment: graph.patch added

comment:1 by Jeremiah Willcock, 13 years ago

Resolution: fixed
Status: newclosed

(In [57177]) Fixed bind ambiguity; fixes #3569

Note: See TracTickets for help on using tickets.