Changes between Initial Version and Version 1 of Ticket #10611
- Timestamp:
- Oct 5, 2014, 10:21:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10611
- Property Owner changed from to
- Property Status new → assigned
- Property Summary Add emplace promise::set_value → Add emplace promise::set_value and emplace make_ready_future
-
Ticket #10611 – Description
initial v1 5 5 template <class ...Args> 6 6 promise<T>::set_value(Args&& ... args); 7 template <class T, class ...Args> 8 future<T> make_ready_future(Args&& ... args); 7 9 }}}