Skip to content

Commit

Permalink
Merge pull request #1222 from laramiel/main
Browse files Browse the repository at this point in the history
Add CTAD for __without
  • Loading branch information
ericniebler authored Jan 28, 2024
2 parents b38c46a + 46e67f0 commit ff56dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/stdexec/__detail/__env.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ namespace stdexec {
}
};

template <class _Tag, class... _Tags>
__without(_Tag, _Tags...) -> __without<_Tag, _Tags...>;

template <class _Env>
struct __fwd {
static_assert(__nothrow_move_constructible<_Env>);
Expand Down

0 comments on commit ff56dcc

Please sign in to comment.