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: | 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) :
Explicitly calling boost::bind allows it to compile.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | graph.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [57177]) Fixed bind ambiguity; fixes #3569