Opened 13 years ago
Closed 13 years ago
#3075 closed Bugs (fixed)
[lambda] patch for VC10 regression test failures
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | lambda |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Attached is a patch for some lambda regression test failures on VC10 Beta 1 (more ambiguities between different bind functions).
Failing tests:
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | lambda.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [53233]) Avoid ambiguities between boost::lambda::bind and std::bind with VC10. Fixes #3075