Skip to content

Commit

Permalink
Adding more closed tickets
Browse files Browse the repository at this point in the history
- fixing spelling mistake
  • Loading branch information
hkaiser committed Jul 29, 2022
1 parent d74d953 commit acdb34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/sphinx/releases/whats_new_1_8_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Closed issues
Closed pull requests
====================

* :hpx-pr:`5969` - Fixing sync_wait to avoid dangling references
* :hpx-pr:`5963` - Fixing sync_wait to decay the result types
* :hpx-pr:`5960` - docs: added name to documentation contributors list
* :hpx-pr:`5959` - Fixing sync_wait to decay the result types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace hpx::execution::experimental::detail {

// forcing static_assert ensuring variant has exactly one tuple
//
// FIXME: using make_decayed_pack is a workaround for the impedence
// FIXME: using make_decayed_pack is a workaround for the impedance
// mismatch between the different techniques we use for calculating
// value_types for a sender. In particular, split() explicitly adds a
// const& to all tuple members in a way that prevent simply passing
Expand Down

0 comments on commit acdb34f

Please sign in to comment.