$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 11:50:23
> It will already die sooner or later, without doing any forced cleanup,
> assuming the signal is periodically connected to, or invoked, or eventually destroyed.
Well, unfortunately, in my case this assumption is not always correct.
Right now I just perform a "fake" connect/disconnect instead of
cleanup() in the above pseudocode.