Opened 13 years ago

Closed 13 years ago

#3125 closed Bugs (fixed)

Boost.Signals2: combiner() / set_combiner() do not compile

Reported by: Ray.Kraesig@… Owned by: Frank Mori Hess
Milestone: Boost 1.40.0 Component: signals2
Version: Boost 1.39.0 Severity: Problem
Keywords: Cc:

Description

On both MSVC 9.0 and g++ 4.1.2, the combiner() and set_combiner() functions in signal_template.hpp do not compile when instantiated.

Suggested fix: Change "_shared_state->combiner" to "_shared_state->combiner()" on lines 291 and 297 [revision 53554].

Change History (2)

comment:1 by Frank Mori Hess, 13 years ago

(In [53599]) Added test for and fixed compile errors in signal::set_combiner() and combiner() methods. Refs #3125.

comment:2 by Frank Mori Hess, 13 years ago

Resolution: fixed
Status: newclosed

(In [53634]) Merged [53599] to release. Fixes #3125.

Note: See TracTickets for help on using tickets.