Add promise constructor with allocator following the standard c++11
template <class Allocator>
promise(allocator_arg_t, const Allocator& a);
Effects: constructs a promise object and a shared state. The second constructor uses the allocator a to allocate memory for the shared state.
Change History
(5)
Summary: |
Add promise constructor with allocator following the standard c++11 → Add promise and futures constructor with allocator following the standard c++11
|
Owner: |
changed from Anthony Williams to viboes
|
Status: |
new → assigned
|
Milestone: |
To Be Determined → Boost 1.50.0
|
Summary: |
Add promise and futures constructor with allocator following the standard c++11 → Add promise constructor with allocator following the standard c++11
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Committed in trunk revision 77666.