$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Angus Leeming (yg-boost-users_at_[hidden])
Date: 2002-07-17 09:17:20
Douglas Gregor wrote:
> There's a slot_type in the signal for exactly this reason, just use:
>
> boost::signals::connection connect(boost::signal0<void>::slot_type
> const&)
> const;
Perfect. Many thanks,
Angus