$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [mutex] move / merge
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-18 18:49:14
On 5/18/2011 3:44 PM, Phil Bouchard wrote:
>
> That's great but I need to forget about this strategy since I'll need a
> global mutex to lock the redir() function calls; i.e. it'll need to lock
> a global mutex in order to lock 2 other mutexes. I don't think this is
> worth it.
Besides I need to disregards errors returned by ~mutex(). Since we
can't overload destructors, the whole class will need to be rewritten.
-Phil