Subject: [Boost-users] [Signals\Signals2] Move semantics
From: Szymon Gatner (szymon.gatner_at_[hidden])
Date: 2011-08-15 16:14:15


Hi,

Any plans to do signals\signals2 movable? Just getting used to move
things with great boost.move + boost.container libraries and being
able to do same with signal-related code would be really nice as now
the only way to deal with that is to keep signals on the heap which I
find rather awkward.

Cheers,
Simon