$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2003-07-22 02:39:30
David Abrahams wrote:
> 
> That sounds like what I remember Bill telling me.
> 
but scoped locks don't tend to be shared.  The mutex is, but the actual 
lock isn't intended to be.  Certainly not accross threads, so there 
shouldn't be race conditions in scoped_lock.
Russell