C++11 compliance: Allow to pass movable arguments for call_once
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)
Owner: |
changed from Anthony Williams to viboes
|
Status: |
new → assigned
|
Summary: |
Allo to pass movable arguments for call_once → Allow to pass movable arguments for call_once
|
Summary: |
Allow to pass movable arguments for call_once → C++11 compliance: Allow to pass movable arguments for call_once
|
Milestone: |
To Be Determined → Boost 1.53.0
|
Milestone: |
Boost 1.53.0 → Boost 1.54.0
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Committed in trunk revision [82513]. (pthread)