Opened 13 years ago
Closed 13 years ago
#3092 closed Bugs (fixed)
[statechart] regression test failures in VC10 beta 1
Reported by: | Owned by: | Andreas Huber | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | statechart |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
a few of the statechart regression tests are failing in VC10 beta 1 due to ambiguities between boost::bind and std::bind. e.g.
The attached patch fixes the failures by qualifying the calls to bind with boost::
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | statechart.diff added |
---|
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [54403]) Fixes #3092. Thanks for the report!
Will be merged to the release branch as soon as tests have cycled successfully.