$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: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-27 15:01:29
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.
In Christ,
Steven Watanabe