Skip to content

Commit a4c39e0

Browse files
committed
[exec.just] start is exposition-only
1 parent 8d19b9a commit a4c39e0

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

0 commit comments

Comments
 (0)