Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk