Skip to content

execution: C++26 P3557R3対応 #1489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 20, 2025
Merged

execution: C++26 P3557R3対応 #1489

merged 4 commits into from
Aug 20, 2025

Conversation

yohhoy
Copy link
Member

@yohhoy yohhoy commented Aug 16, 2025

  • dependent_senderコンセプト追加
  • dependent_sender_error例外クラス追加
  • get_completion_signatures仕様変更(CPO→関数テンプレート)
  • Senderアルゴリズム仕様定義check-typesメンバ関数追加
  • 各種Senderアルゴリズム仕様定義を修正
  • 他修正, ページ構成再整理

@yohhoy yohhoy marked this pull request as draft August 16, 2025 13:03
yohhoy added 2 commits August 19, 2025 20:58
- dependent_senderコンセプト追加
- dependent_sender_error例外クラス追加
- get_completion_signatures仕様変更(CPO→関数テンプレート)
- Senderアルゴリズム仕様定義check-typesメンバ関数追加
- 各種Senderアルゴリズム仕様定義を修正
- 他修正, ページ構成再整理
メンテナンスコスト軽減のためC++26 WD仕様記述の構造に揃える。
Copy link
Contributor

github-actions bot commented Aug 19, 2025

プレビュー (HTML) (更新時刻: 2025-08-20 18:58:28 JST)

  • Commit: 7b6fa9e
  • プレビューの生成には時間がかかります (3~5分)。進捗状況はこちらをご確認ください。

変更記事一覧

40件の記事が変更されました。

(ファイル一覧)

※ソース (.md) に直接変更のあった記事を列挙しています。グローバル修飾や変換規則の変更による変化は考慮していません。

- 非依存Senderの定義説明
- 仕様記述誤り修正
- 内部リンク付与
@yohhoy yohhoy marked this pull request as ready for review August 20, 2025 09:34
本来はget_completion_signaturesメンバ関数定義のみで必要十分であるが、
執筆時点でP3557対応ライブラリは存在せず動作確認困難となってしまうため、
P2300時点のcompletion_signaturesメンバ型定義との互換性を維持しておく。
@yohhoy yohhoy merged commit 054ed84 into master Aug 20, 2025
20 checks passed
@yohhoy yohhoy deleted the p3557r3 branch August 20, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant