Re: [Boost-bugs] [Boost C++ Libraries] #2639: documentation should be extended

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2639: documentation should be extended
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-11-20 10:38:35


#2639: documentation should be extended
------------------------------+---------------------------------------------
 Reporter: mur@… | Owner: anthonyw
     Type: Feature Requests | Status: new
Milestone: Boost 1.38.0 | Component: thread
  Version: Boost 1.37.0 | Severity: Not Applicable
 Keywords: |
------------------------------+---------------------------------------------
Changes (by viboes):

  * component: threads => thread

Comment:

 This is true and false. this is documented but not on the reference
 manual. Anthony you need just to add the the declarations and a short
 explanation.

 {{{
     struct defer_lock_t {};
     struct try_to_lock_t {};
     struct adopt_lock_t {};

     const defer_lock_t defer_lock;
     const try_to_lock_t try_to_lock;
     const adopt_lock_t adopt_lock;
 }}}

 BTW, N3000 does not defines this tags types and constants neither.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2639#comment:1>
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:01 UTC