From 86f97a0b9b67e54e184bf3cdfea18b3a9802f546 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Wed, 5 Nov 2025 14:27:52 -0800 Subject: [PATCH] [exec.then] add missing `\exposid` --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index 63b21e71b8..1329d849ca 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -3790,7 +3790,7 @@ static constexpr auto @\exposid{complete}@ = [] (auto, auto& fn, auto& rcvr, Tag, Args&&... args) noexcept -> void { - if constexpr (@\libconcept{same_as}@>) { + if constexpr (@\libconcept{same_as}@>) { @\exposid{TRY-SET-VALUE}@(rcvr, invoke(std::move(fn), std::forward(args)...)); } else {