Boost C++ Libraries: Ticket #7285: C++11 compliance: Allow to pass movable arguments for call_once https://svn.boost.org/trac10/ticket/7285 <p> Take in account the following c++11 prototype: </p> <pre class="wiki"> template&lt;class Callable, class ...Args&gt; void call_once(once_flag&amp; flag, Callable func, Args&amp;&amp;... args); </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7285 Trac 1.4.3 viboes Sat, 25 Aug 2012 12:54:12 GMT owner, status changed https://svn.boost.org/trac10/ticket/7285#comment:1 https://svn.boost.org/trac10/ticket/7285#comment:1 <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, 25 Aug 2012 13:09:53 GMT summary changed https://svn.boost.org/trac10/ticket/7285#comment:2 https://svn.boost.org/trac10/ticket/7285#comment:2 <ul> <li><strong>summary</strong> <span class="trac-field-old">Allo to pass movable arguments for call_once</span> → <span class="trac-field-new">Allow to pass movable arguments for call_once</span> </li> </ul> Ticket viboes Sat, 29 Sep 2012 16:42:14 GMT summary changed https://svn.boost.org/trac10/ticket/7285#comment:3 https://svn.boost.org/trac10/ticket/7285#comment:3 <ul> <li><strong>summary</strong> <span class="trac-field-old">Allow to pass movable arguments for call_once</span> → <span class="trac-field-new">C++11 compliance: Allow to pass movable arguments for call_once</span> </li> </ul> Ticket viboes Mon, 14 Jan 2013 23:32:07 GMT milestone changed https://svn.boost.org/trac10/ticket/7285#comment:4 https://svn.boost.org/trac10/ticket/7285#comment:4 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.53.0</span> </li> </ul> Ticket viboes Wed, 16 Jan 2013 21:53:46 GMT <link>https://svn.boost.org/trac10/ticket/7285#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7285#comment:5</guid> <description> <p> Committed in trunk revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/82513" title="Thread: Added atomic once implementation + variadi call_once for pthread">[82513]</a>. (pthread) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sun, 27 Jan 2013 15:18:57 GMT</pubDate> <title>milestone changed https://svn.boost.org/trac10/ticket/7285#comment:6 https://svn.boost.org/trac10/ticket/7285#comment:6 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.53.0</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> Ticket viboes Sat, 23 Mar 2013 02:11:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7285#comment:7 https://svn.boost.org/trac10/ticket/7285#comment:7 <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 revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/83525" title="Thread: merge from trunk. 1.54">[83525]</a>. </p> Ticket