We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 849f989 + 969f7e6 commit efb7e42Copy full SHA for efb7e42
include/stdexec/__detail/__domain.hpp
@@ -171,10 +171,6 @@ namespace STDEXEC
171
template <class... _Domains>
172
using __common_domain_t = __t<__detail::__common_domain<_Domains...>>;
173
174
- template <class... _Domains>
175
- concept __has_common_domain =
176
- __not_same_as<indeterminate_domain<>, __common_domain_t<_Domains...>>;
177
-
178
template <class _Domain>
179
using __ensure_valid_domain_t = __unless_one_of_t<_Domain, indeterminate_domain<>>;
180
0 commit comments