Skip to content

Commit

Permalink
Improve discussion of new P/R in 3003
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Oct 2, 2024
1 parent 1cb7191 commit 15d3bc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xml/issue3003.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ That was removed by issue <iref ref="2921"/>, but issue <iref ref="2976"/>
argues that there was no good reason to do that. Removing `uses_allocator`
for `packaged_task` would have made sense (as proposed below for `promise`)
but 2921 didn't do that (which is why 2976 was needed).
If we restore that `packaged_task` constructor then we need to fix `reset()`
as discussed in issue <iref ref="2245"/>.
We can restore the `packaged_task` constructor that takes an allocator,
and just not restore the `uses_allocator` specialization that implies
it should be fully allocator-aware.
Finally, if we restore that `packaged_task` constructor then we need to
fix `reset()` as discussed in issue <iref ref="2245"/>.
</p>
<p>In summary:
<ul>
Expand Down

0 comments on commit 15d3bc9

Please sign in to comment.