From 19385042d2e9ae108548305d098a06b477771a45 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sat, 31 May 2025 14:39:18 -0700 Subject: [PATCH] rename tparam of `schedule_result_t` --- source/exec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index 99ea7b1f2e..ebbc05c677 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -611,8 +611,8 @@ inline constexpr schedule_t @\libglobal{schedule}@{}; inline constexpr @\unspec@ @\libglobal{read_env}@{}; - template<@\libconcept{scheduler}@ Sndr> - using @\libglobal{schedule_result_t}@ = decltype(schedule(declval())); + template<@\libconcept{scheduler}@ Sch> + using @\libglobal{schedule_result_t}@ = decltype(schedule(declval())); // \ref{exec.adapt}, sender adaptors template<@\exposconcept{class-type}@ D>