Skip to content

Commit

Permalink
Add CTAD for __without
Browse files Browse the repository at this point in the history
  • Loading branch information
laramiel authored Jan 25, 2024
1 parent b38c46a commit 46e67f0
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 46e67f0

Please sign in to comment.