From 6824275bc00d5e4dcb9175847b15aee62cdbd073 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Tue, 25 Mar 2025 10:39:51 +0800 Subject: [PATCH] [exec.snd.concepts] Remove redundant bool casting --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index fc16b5d89c..69448fd739 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -1948,7 +1948,7 @@ template concept @\deflibconcept{sender}@ = - bool(@\exposconcept{enable-sender}@>) && + @\exposconcept{enable-sender}@> && requires (const remove_cvref_t& sndr) { { get_env(sndr) } -> @\exposconcept{queryable}@; } &&