[Boost-bugs] [Boost C++ Libraries] #7285: Allo to pass movable arguments for call_once

Subject: [Boost-bugs] [Boost C++ Libraries] #7285: Allo to pass movable arguments for call_once
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-25 12:54:00


#7285: Allo to pass movable arguments for call_once
------------------------------+---------------------------------------------
 Reporter: viboes | Owner: anthonyw
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.51.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 Take in account the following c++11 prototype:

 {{{
        template<class Callable, class ...Args>
          void call_once(once_flag& flag, Callable func, Args&&... args);
 }}}

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