$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [signals2] connection blocking
From: Igor R (boost.lists_at_[hidden])
Date: 2009-05-18 14:50:43
> I have correct what I said here. Â The problem isn't copyability (they are
> copyable). Â Its that the shared_connection_block cannot be
> default-constructed. Â What would be the repercussions of allowing default
> construction of shared_connection_block objects?
I guess it wouldn't be RAII then.