We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a843c2 commit c8d354cCopy full SHA for c8d354c
source/exec.tex
@@ -2572,7 +2572,7 @@
2572
namespace std::execution {
2573
template<>
2574
struct @\exposid{impls-for}@<@\exposid{decayed-typeof}@<@\exposid{just-cpo}@>> : @\exposid{default-impls}@ {
2575
- static constexpr auto start =
+ static constexpr auto @\exposid{start}@ =
2576
[](auto& state, auto& rcvr) noexcept -> void {
2577
auto& [...ts] = state;
2578
@\exposid{set-cpo}@(std::move(rcvr), std::move(ts)...);
0 commit comments