Created on 2009-11-22.00:00:00 last changed 170 months ago
Rationale:
Solved by N3058.
[
2010 Pittsburgh: Moved to NAD EditorialResolved. Rationale added below.
]
[futures.unique_future]/1 should be updated to mention async.
[futures.shared_future]/1 should also be updated for async. That paragraph also says
... Its value or exception can be set by use of a shared_future, promise ([futures.promise]), or packaged_task ([futures.task]) object that shares the same associated state.
How can the value be set by a shared_future?
[futures.atomic_future]/1 says
An atomic_future object can only be created by use of a promise ([futures.promise]) or packaged_task ([futures.task]) object.
which is wrong, it's created from a std::future, which could have been default-constructed. That paragraph should be closer to the text of [futures.shared_future]/1, and should also mention async.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-12-05 00:09:22 | admin | set | status: nad editorial -> resolved |
2010-10-21 18:28:33 | admin | set | messages: + msg1406 |
2010-10-21 18:28:33 | admin | set | messages: + msg1405 |
2009-11-22 00:00:00 | admin | create |