Skip to content

Commit c8d354c

Browse files
jensmaurertkoeppe
authored andcommitted
[exec.just] start is exposition-only
1 parent 6a843c2 commit c8d354c

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
@@ -2572,7 +2572,7 @@
25722572
namespace std::execution {
25732573
template<>
25742574
struct @\exposid{impls-for}@<@\exposid{decayed-typeof}@<@\exposid{just-cpo}@>> : @\exposid{default-impls}@ {
2575-
static constexpr auto start =
2575+
static constexpr auto @\exposid{start}@ =
25762576
[](auto& state, auto& rcvr) noexcept -> void {
25772577
auto& [...ts] = state;
25782578
@\exposid{set-cpo}@(std::move(rcvr), std::move(ts)...);

0 commit comments

Comments
 (0)