c++11 compliance: future::get post-condition should be valid()==false
One of the differences between a future and a shared_future is that the value can be retrieved just once. This is the behavior of the standard. Boost.thread should behaves in this way as well.
Change History
(7)
Type: |
Bugs → Feature Requests
|
Summary: |
future::get post-condition should be valid()==false → c++11 compliance: future::get post-condition should be valid()==false
|
Milestone: |
To Be Determined
|
Milestone: |
→ Boost 1.53.0
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Committed revision [81667].