File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3800
3800
void set_exception(exception_ptr p);
3801
3801
3802
3802
// setting the result with deferred notification
3803
- void set_value_at_thread_exit(const R& r);
3804
3803
void set_value_at_thread_exit(@\seebelow@ );
3805
3804
void set_exception_at_thread_exit(exception_ptr p);
3806
3805
};
3814
3813
\pnum
3815
3814
The implementation shall provide the template \tcode {promise} and two specializations,
3816
3815
\tcode {promise<R\& >} and \tcode {promise<\brk {}void>}. These differ only in the argument type
3817
- of the member function \tcode {set_value}, as set out in its description, below.
3816
+ of the member functions \tcode {set_value} and \tcode {set_value_at_thread_exit},
3817
+ as set out in their descriptions, below.
3818
3818
3819
3819
\pnum
3820
3820
The \tcode {set_value}, \tcode {set_exception}, \tcode {set_value_at_thread_exit},
You can’t perform that action at this time.
0 commit comments