Opened 13 years ago
Closed 13 years ago
#3091 closed Bugs (fixed)
[signals2] regression test failures in VC10 beta 1
Reported by: | 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.
The attached patch fixes these failures by qualifying the calls to bind with boost::
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | signals2.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix merged to release branch with changeset [53569]
Note:
See TracTickets
for help on using tickets.
(In [53294]) Patch from Richard Webb for msvc10 compile error, refs #3091