[Boost-bugs] [Boost C++ Libraries] #6228: Add promise constructor with allocator following the standard c++11

Subject: [Boost-bugs] [Boost C++ Libraries] #6228: Add promise constructor with allocator following the standard c++11
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-06 22:43:13


#6228: Add promise constructor with allocator following the standard c++11
------------------------------+---------------------------------------------
 Reporter: viboes | Owner: anthonyw
     Type: Tasks | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.48.0 | Severity: Not Applicable
 Keywords: |
------------------------------+---------------------------------------------
 {{{
 template <class Allocator>
 promise(allocator_arg_t, const Allocator& a);
 }}}

 Effects: constructs a promise object and a shared state. The second
 constructor uses the allocator a to allocate memory for the shared state.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6228>
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:08 UTC