Opened 10 years ago

Closed 10 years ago

#7285 closed Feature Requests (fixed)

C++11 compliance: Allow to pass movable arguments for call_once

Reported by: viboes Owned by: viboes
Milestone: Boost 1.54.0 Component: thread
Version: Boost 1.51.0 Severity: Problem
Keywords: Cc:

Description

Take in account the following c++11 prototype:

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

Change History (7)

comment:1 by viboes, 10 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 10 years ago

Summary: Allo to pass movable arguments for call_onceAllow to pass movable arguments for call_once

comment:3 by viboes, 10 years ago

Summary: Allow to pass movable arguments for call_onceC++11 compliance: Allow to pass movable arguments for call_once

comment:4 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.53.0

comment:5 by viboes, 10 years ago

Committed in trunk revision [82513]. (pthread)

comment:6 by viboes, 10 years ago

Milestone: Boost 1.53.0Boost 1.54.0

comment:7 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Committed revision [83525].

Note: See TracTickets for help on using tickets.