
8 Jul
2004
8 Jul
'04
1:51 p.m.
On Jul 8, 2004, at 7:56 AM, Peter Dimov wrote:
One might argue that a lock is naturally moveable...
It is.
but I think that we should constrain ourselves to (fixing) the current noncopyable scoped_lock idiom.
Agreed. I don't particularly want to tackle truly moving locks until I have an rvalue-reference to do it with. The auto_ptr-like hacks are downright demotivating. ;-( -Howard