$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Mori Hess (frank.hess_at_[hidden])
Date: 2007-02-14 11:40:08
I just noticed that boost.signals declares
signals::connection::disconnect() as a const member function. Can anyone
explain to me why that was done? It seems like a non-const operation to
me. That's how I declared it in thread_safe_signals, and it doesn't seem
to cause any problems there.
-- Frank