Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions include/stdexec/__detail/__domain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ namespace STDEXEC
template <class... _Domains>
using __common_domain_t = __t<__detail::__common_domain<_Domains...>>;

template <class... _Domains>
concept __has_common_domain =
__not_same_as<indeterminate_domain<>, __common_domain_t<_Domains...>>;

template <class _Domain>
using __ensure_valid_domain_t = __unless_one_of_t<_Domain, indeterminate_domain<>>;

Expand Down
Loading