Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8576: "sur parolle" should be "sur parole"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-16 12:28:37
#8576: "sur parolle" should be "sur parole"
------------------------------------------------------+---------------------
Reporter: Akim Demaille <akim.demaille@â¦> | Owner: viboes
Type: Bugs | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.52.0 | Severity: Cosmetic
Resolution: | Keywords:
------------------------------------------------------+---------------------
Comment (by Akim Demaille <akim.demaille@â¦>):
Well, this is not the documentation itself, it's the API itself.
http://www.amazon.com/UML-Unified-Process-Practical-Object-
Oriented/dp/0321321278/ref=dp_ob_title_bk
{{{
// #include <boost/thread/lockable_traits.hpp>
namespace boost
{
namespace sync
{
template<typename L>
class is_recursive_mutex_sur_parolle: false_type; // EXTENSION
template<>
class is_recursive_mutex_sur_parolle<recursive_mutex>: true_type; //
EXTENSION
template<>
class is_recursive_mutex_sur_parolle<timed_recursive_mutex>:
true_type; // EXTENSION
}
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8576#comment:4> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC