From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-07-08 10:13:49


Michael Glassford wrote:
>
> I agree that movable locks should wait. However, what about something
> like this, which doesn't require movable locks (concept only--there
> are probably errors):

[...]

Looks like Comeau in strict mode would still not accept it; noncopyable
objects cannot be copy-initialized. But let's get back to my original
question:

>>>>> This is certainly possible, but I don't see what the additional
>>>>> complexity buys us.