Opened 13 years ago

Closed 13 years ago

#3092 closed Bugs (fixed)

[statechart] regression test failures in VC10 beta 1

Reported by: Richard Webb <richard.webb@…> 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.

http://tinyurl.com/pylhu6

http://tinyurl.com/qq4435

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

Attachments (1)

statechart.diff (4.4 KB ) - 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: statechart.diff added

comment:1 by Andreas Huber, 13 years ago

Status: newassigned

comment:2 by Andreas Huber, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [54403]) Fixes #3092. Thanks for the report!

Will be merged to the release branch as soon as tests have cycled successfully.

Note: See TracTickets for help on using tickets.