Opened 13 years ago

Closed 13 years ago

#3091 closed Bugs (fixed)

[signals2] regression test failures in VC10 beta 1

Reported by: Richard Webb <richard.webb@…> Owned by: Frank Mori Hess
Milestone: Boost 1.40.0 Component: signals2
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

A couple of the Signals2 regression tests are failing on VC10 beta 1 due to an ambiguity between boost::bind and std::bind. e.g.

http://tinyurl.com/pgoqy8

http://tinyurl.com/pbmxfr

The attached patch fixes these failures by qualifying the calls to bind with boost::

Attachments (1)

signals2.patch (773 bytes ) - added by Richard Webb <richard.webb@…> 13 years ago.

Download all attachments as: .zip

Change History (3)

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

Attachment: signals2.patch added

comment:1 by Frank Mori Hess, 13 years ago

(In [53294]) Patch from Richard Webb for msvc10 compile error, refs #3091

comment:2 by Frank Mori Hess, 13 years ago

Resolution: fixed
Status: newclosed

Fix merged to release branch with changeset [53569]

Note: See TracTickets for help on using tickets.