From eb175bff7ce8ef1cca813c18bbe904f70231195e Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Tue, 11 Jun 2024 10:20:41 -0700 Subject: [PATCH] drop support for query types inheriting from `forwarding_query_t` --- execution.bs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/execution.bs b/execution.bs index 0e240af..01ce006 100644 --- a/execution.bs +++ b/execution.bs @@ -5951,10 +5951,7 @@ namespace std::execution { * Mandates: The expression above has type `bool` and is a core constant expression if `q` is a core constant expression. - 2. Otherwise, `true` if `derived_from` is - `true`. - - 3. Otherwise, `false`. + 2. Otherwise, `false`. ### `get_allocator` [exec.get.allocator] ### {#spec-execution.get_allocator}