Opened 6 years ago
Closed 6 years ago
#12146 closed Bugs (fixed)
make_exceptional_future is not mentioned in the docs
| Reported by: | Owned by: | viboes | |
|---|---|---|---|
| Milestone: | Boost 1.62.0 | Component: | thread | 
| Version: | Boost 1.61.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
Hello,
The Boost.Thread docs mention make_exceptional_future once regarding the launch policy. Unfortunately, this function is missing in the "Futures reference" section.
Possibly one could also add a note that make_exceptional_future() is a replacement for the deprecated function make_ready_future(exception_ptr).
Best regards, Manuel
Change History (2)
comment:1 by , 6 years ago
| Milestone: | To Be Determined → Boost 1.62.0 | 
|---|---|
| Owner: | changed from to | 
| Status: | new → assigned | 
comment:2 by , 6 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

Sorry for been late. The doc used make_exceptional. I'll update it.