Skip to content

Commit 508c139

Browse files
ericnieblertkoeppe
authored andcommitted
[exec.then] add missing \exposid
1 parent 9f7a711 commit 508c139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3790,7 +3790,7 @@
37903790
static constexpr auto @\exposid{complete}@ =
37913791
[]<class Tag, class... Args>
37923792
(auto, auto& fn, auto& rcvr, Tag, Args&&... args) noexcept -> void {
3793-
if constexpr (@\libconcept{same_as}@<Tag, @\exposid{decayed-typeof}@<set-cpo>>) {
3793+
if constexpr (@\libconcept{same_as}@<Tag, @\exposid{decayed-typeof}@<@\exposid{set-cpo}@>>) {
37943794
@\exposid{TRY-SET-VALUE}@(rcvr,
37953795
invoke(std::move(fn), std::forward<Args>(args)...));
37963796
} else {

0 commit comments

Comments
 (0)