$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] upgrading lock
From: Igor R (boost.lists_at_[hidden])
Date: 2013-02-21 13:49:29
> Even if currently shared_mutex and upgrade_mutex implementation is the same
> you should use upgrade_mutex. Otherwise the code seems correct.
Ok, I see.
> You have shared access in [1] and [2] and unique access in [2].
You mean [1] and [3].
Thanks!