Boost C++ Libraries: Ticket #6228: Add promise constructor with allocator following the standard c++11 https://svn.boost.org/trac10/ticket/6228 <pre class="wiki">template &lt;class Allocator&gt; promise(allocator_arg_t, const Allocator&amp; a); </pre><p> Effects: constructs a promise object and a shared state. The second constructor uses the allocator a to allocate memory for the shared state. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6228 Trac 1.4.3 viboes Tue, 06 Dec 2011 22:50:03 GMT summary changed https://svn.boost.org/trac10/ticket/6228#comment:1 https://svn.boost.org/trac10/ticket/6228#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">Add promise constructor with allocator following the standard c++11</span> → <span class="trac-field-new">Add promise and futures constructor with allocator following the standard c++11</span> </li> </ul> Ticket viboes Tue, 27 Mar 2012 05:54:33 GMT owner, status changed https://svn.boost.org/trac10/ticket/6228#comment:2 https://svn.boost.org/trac10/ticket/6228#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Sat, 31 Mar 2012 15:18:48 GMT attachment set https://svn.boost.org/trac10/ticket/6228 https://svn.boost.org/trac10/ticket/6228 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">6228.patch</span> </li> </ul> Ticket viboes Sat, 31 Mar 2012 15:20:15 GMT summary, milestone changed https://svn.boost.org/trac10/ticket/6228#comment:3 https://svn.boost.org/trac10/ticket/6228#comment:3 <ul> <li><strong>summary</strong> <span class="trac-field-old">Add promise and futures constructor with allocator following the standard c++11</span> → <span class="trac-field-new">Add promise constructor with allocator following the standard c++11</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.50.0</span> </li> </ul> <p> Committed in trunk revision 77666. </p> Ticket viboes Mon, 28 May 2012 15:15:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6228#comment:4 https://svn.boost.org/trac10/ticket/6228#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Committed in release branch at <a class="changeset" href="https://svn.boost.org/trac10/changeset/78543" title="Merged boost.thread from trunk">[78543]</a> </p> Ticket