Changes between Initial Version and Version 1 of Ticket #10611


Ignore:
Timestamp:
Oct 5, 2014, 10:21:04 AM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10611

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
    • Property Summary Add emplace promise::set_valueAdd emplace promise::set_value and emplace make_ready_future
  • Ticket #10611 – Description

    initial v1  
    55template <class ...Args>
    66promise<T>::set_value(Args&& ... args);
     7 template <class T, class ...Args>
     8future<T> make_ready_future(Args&& ... args);
    79}}}