Skip to content

Commit 969f7e6

Browse files
domain: delete broken but unused __has_common_domain
1 parent 73559e8 commit 969f7e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/stdexec/__detail/__domain.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ namespace STDEXEC
171171
template <class... _Domains>
172172
using __common_domain_t = __t<__detail::__common_domain<_Domains...>>;
173173

174-
template <class... _Domains>
175-
concept __has_common_domain =
176-
__not_same_as<indeterminate_domain<>, __common_domain_t<_Domains...>>;
177-
178174
template <class _Domain>
179175
using __ensure_valid_domain_t = __unless_one_of_t<_Domain, indeterminate_domain<>>;
180176

0 commit comments

Comments
 (0)