Skip to content

Commit 4e79eb8

Browse files
committed
[exec.schedule.from] Fix placement of declaration of "check-types"
A misapplication of P3557R3.
1 parent 791ff12 commit 4e79eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/exec.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,10 +3386,10 @@
33863386
static constexpr auto @\exposid{get-attrs}@ = @\seebelow@;
33873387
static constexpr auto @\exposid{get-state}@ = @\seebelow@;
33883388
static constexpr auto @\exposid{complete}@ = @\seebelow@;
3389-
};
33903389

3391-
template<class Sndr, class... Env>
3392-
static consteval void @\exposid{check-types}@();
3390+
template<class Sndr, class... Env>
3391+
static consteval void @\exposid{check-types}@();
3392+
};
33933393
}
33943394
\end{codeblock}
33953395

0 commit comments

Comments
 (0)