$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.Signals] set_connection
From: gast128 (gast128_at_[hidden])
Date: 2011-08-24 16:16:18
Hello all,
I use the 'set_controlling' function for automatic disconnect when the
connection goes out of scope. This is quite handy but not documented. Is it an
implementation detail not to be used ordinary mortals or a small documentation
mismatch?
Also the reference section of the documentation mentions that scope_connection's
are noncopyable but in fact u can just copy them (with all consequences). Is
this a documentation overlook (I would think that marking them as noncopyable is
safer).
I use Boost 1.47