$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [signals2] scoped_connection strangeness
From: Igor R (boost.lists_at_[hidden])
Date: 2010-06-25 08:53:11
> Disconnect only flags the slot as disconnected, it doesn't immediately destroy
> the slot object. Â Slots are cleaned up incrementally during signal
> invocations and connects. Â I suppose I should add a FAQ entry about this.
By the way, what's the best technique to force this clean-up?