Skip to content

Commit d29d225

Browse files
committed
execution: P3557R3 remove transform_completion_signatures(_of)
revert 4ae7b92 (ノ∀`)
1 parent 6b2d865 commit d29d225

File tree

5 files changed

+1
-143
lines changed

5 files changed

+1
-143
lines changed

reference/execution/execution.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ Senderコンシューマは名前空間 `std::this_thread` で定義される。
142142
| 名前 | 説明 | 対応バージョン |
143143
|------|------|----------------|
144144
| [`execution::completion_signatures`](execution/completion_signatures.md) | 完了シグネチャ集合を表現する型 (class template) | C++26 |
145-
| [`execution::transform_completion_signatures`](execution/transform_completion_signatures.md) | 完了シグネチャ集合を変換 (alias template) | C++26 |
146-
| [`execution::transform_completion_signatures_of`](execution/transform_completion_signatures_of.md) | Senderの完了シグネチャ集合を変換 (alias template) | C++26 |
147145
| [`execution::run_loop`](execution/run_loop.md) | 単一スレッド上でのループ実行 (class) | C++26 |
148146
149147
### コルーチンユーティリティ
@@ -162,4 +160,5 @@ Senderコンシューマは名前空間 `std::this_thread` で定義される。
162160
## 参照
163161
- [P0024R2 The Parallelism TS Should be Standardized](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html)
164162
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
163+
- [P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3557r3.html)
165164
- [P3682R0 Remove `std::execution::split`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3682r0.pdf)

reference/execution/execution/gather-signatures.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ using gather-signatures = see below;
3737
- [`execution::value_types_of_t`](value_types_of_t.md)
3838
- [`execution::error_types_of_t`](error_types_of_t.md)
3939
- [`execution::sends_stopped`](sends_stopped.md)
40-
- [`execution::transform_completion_signatures`](transform_completion_signatures.md)
4140
4241
4342
## 参照

reference/execution/execution/transform_completion_signatures.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

reference/execution/execution/transform_completion_signatures_of.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

reference/execution/execution/type-list.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ struct type-list; // exposition only
2020
2121
## 関連項目
2222
- [`execution::sends_stopped`](sends_stopped.md)
23-
- [`execution::transform_completion_signatures`](transform_completion_signatures.md)
2423
2524
2625
## 参照

0 commit comments

Comments
 (0)