Skip to content

Commit e98863b

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 0e73076 commit e98863b

File tree

7 files changed

+486
-604
lines changed

7 files changed

+486
-604
lines changed

reference/execution/execution.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-06-03T14:36:23">
192-
2025年06月03日 14時36分23秒
191+
<span itemprop="datePublished" content="2025-08-08T15:56:58">
192+
2025年08月08日 15時56分58秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -633,11 +633,6 @@ <h3>Senderアダプタ</h3>
633633
<td>C++26</td>
634634
</tr>
635635
<tr>
636-
<td><code><a href="execution/split.html">execution::split</a></code></td>
637-
<td>入力Senderの値を複製回送信可能とする (customization point object)</td>
638-
<td>C++26</td>
639-
</tr>
640-
<tr>
641636
<td><code><a href="execution/when_all.html">execution::when_all</a></code></td>
642637
<td>全ての入力Sender完了を待機 (customization point object)</td>
643638
<td>C++26</td>
@@ -751,6 +746,7 @@ <h2>参照</h2>
751746
<ul>
752747
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html" target="_blank">P0024R2 The Parallelism TS Should be Standardized</a></li>
753748
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
749+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3682r0.pdf" target="_blank">P3682R0 Remove <code>std::execution::split</code></a></li>
754750
</ul></div>
755751

756752
</div>

reference/execution/execution/on-stop-request.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-05-27T10:13:29">
204-
2025年05月27日 10時13分29秒
203+
<span itemprop="datePublished" content="2025-08-08T15:56:58">
204+
2025年08月08日 15時56分58秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -241,7 +241,6 @@ <h3>言語</h3>
241241
<h2>関連項目</h2>
242242
<ul>
243243
<li><code><a href="when_all.html">execution::when_all</a></code></li>
244-
<li><code><a href="split.html">execution::split</a></code></li>
245244
</ul>
246245
<h2>参照</h2>
247246
<ul>

reference/execution/execution/split.html

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

0 commit comments

Comments
 (0)