$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-03-29 05:12:55
bwlee wrote:
>I wonder why it need to generate function overriding operator '='.
>
>
Perhaps because you're trying to assign one thread pool to another
somewhere? (Possibly template-generated code.)
Declare the operator as private and don't implement it, perhaps you'll
get a better diagnostic.
Sebastian Redl