Skip to content

Commit

Permalink
Update the same way as per set_value
Browse files Browse the repository at this point in the history
  • Loading branch information
tapaswenipathak committed Jul 31, 2019
1 parent 21ec85d commit c34b214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hpx/lcos/promise.hpp
Expand Up @@ -117,8 +117,7 @@ namespace lcos {
/// \throws future_error if *this has no shared state or if get_future
/// or get_shared_future has already been called on a promise
/// with the same shared state as *this.
///
/// - future_already_retrieved if get_future or get_shared_future has
/// \exception future_already_retrieved if get_future or get_shared_future has
/// already been called on a promise with the same shared state as
/// *this.
/// no_state if *this has no shared state.
Expand Down

0 comments on commit c34b214

Please sign in to comment.