$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 19:30:42
On 5/18/2011 3:49 PM, Phil Bouchard wrote:
>
> Besides I need to disregards errors returned by ~mutex(). Since we can't
> overload destructors, the whole class will need to be rewritten.
There should be an option or a macro that makes it dismiss errors.
Mutexes that are still locked should be okay to destroyed.
-Phil