$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::signals - can't generate assignment op.
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2009-01-27 17:04:06
Steven Watanabe wrote:
> AMDG
> 
> Noah Roberts wrote:
>> I know that signals can't be assigned or copied, and as far as I can 
>> tell I have made sure that never happens.  However, I'm still getting 
>> the warning.  We have no warning policy here.
>>
>> Code followed by compiler output, what do I need to do?:
> 
> The easiest thing is to suppress this warning globally.  It is rarely 
> useful, anyway.
> Eventually, this should probably be suppressed by Boost.Signals, though.
Darn, so there's no way to fix this?  Guess suppression will have to 
do...or a different signal architecture.