File tree Expand file tree Collapse file tree 8 files changed +9
-1
lines changed
reference/execution/execution Expand file tree Collapse file tree 8 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -218,3 +218,4 @@ value-type await_resume();
218218
219219## 参照
220220- [ P2300R10 ` std::execution ` ] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html )
221+ - [ P3396R1 std::execution wording fixes] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html )
Original file line number Diff line number Diff line change @@ -151,3 +151,4 @@ using indices-for = remove_reference_t<Sndr>::indices-for; // exposition only
151151
152152## 参照
153153- [ P2300R10 ` std::execution ` ] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html )
154+ - [ P3396R1 std::execution wording fixes] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html )
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ completion_signatures<
125125* set_stopped_t[link set_stopped.md]
126126* exception_ptr[link /reference/exception/exception_ptr.md]
127127
128- 説明用の関数テンプレート`suspend-complete`とコルーチン`suspend -awaitable`を下記の通り定義する。
128+ 説明用の関数テンプレート`suspend-complete`とコルーチン`connect -awaitable`を下記の通り定義する。
129129
130130```cpp
131131namespace std::execution {
@@ -237,3 +237,4 @@ int main()
237237
238238## 参照
239239- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
240+ - [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
Original file line number Diff line number Diff line change @@ -403,3 +403,4 @@ catch 0
403403## 参照
404404- [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
405405- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
406+ - [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
Original file line number Diff line number Diff line change @@ -212,3 +212,4 @@ Senderアルゴリズム構築時および[Receiver](receiver.md)接続時に、
212212## 参照
213213- [P2999R3 Sender Algorithm Customization](https:// www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
214214- [P2300R10 `std::execution`](https:// www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
215+ - [P3396R1 std::execution wording fixes](https:// www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
Original file line number Diff line number Diff line change @@ -133,3 +133,4 @@ int main()
133133
134134## 参照
135135- [ P2300R10 ` std::execution ` ] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html )
136+ - [ P3396R1 std::execution wording fixes] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html )
Original file line number Diff line number Diff line change @@ -482,3 +482,4 @@ error=-2
482482## 参照
483483- [ P2999R3 Sender Algorithm Customization] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html )
484484- [ P2300R10 ` std::execution ` ] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html )
485+ - [ P3396R1 std::execution wording fixes] ( https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html )
Original file line number Diff line number Diff line change @@ -57,3 +57,4 @@ struct impls-for<write-env-t> : default-impls {
5757
5858## 参照
5959- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
60+ - [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
You can’t perform that action at this time.
0 commit comments