Skip to content

Commit 003d052

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 8ba2995 commit 003d052

9 files changed

Lines changed: 1022 additions & 666 deletions

File tree

implementation-status.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
<p class="text-right"><small>
166166
最終更新日時:
167167
<time itemprop="datePublished" class="js-local-time"
168-
datetime="2026-09-04T15:04:20+09:00">
169-
2026年09月04日 15時04分20秒 (JST)
168+
datetime="2026-09-05T09:27:26+09:00">
169+
2026年09月05日 09時27分26秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2305,12 +2305,12 @@ <h2><a href="#cpp29" id="cpp29">C++29言語機能の実装状況</a></h2>
23052305
<td></td>
23062306
</tr>
23072307
<tr>
2308-
<td>P3847R1: <span href="https://cpprefjp.github.io/lang/cpp29/lexical_order_for_lambdas.md.nolink">ラムダの字句順序</span></td>
2309-
<td>ラムダ式の字句上の順序を明確化する</td>
2310-
<td></td>
2311-
<td></td>
2312-
<td></td>
2308+
<td>P3847R1: <a href="lang/cpp29/lexical_order_for_lambdas.html">ラムダ式のキャプチャが書かれた順に初期化されることを保証</a></td>
2309+
<td>明示的なキャプチャに対応するクロージャ型のメンバ変数が、キャプチャを書いた順に宣言・初期化され、逆順に破棄されることを保証する</td>
2310+
<td>Yes</td>
2311+
<td>Yes</td>
23132312
<td></td>
2313+
<td>Yes</td>
23142314
</tr>
23152315
<tr>
23162316
<td>P2243R0: <span href="https://cpprefjp.github.io/lang/cpp29/language_linkage_for_templates.md.nolink">テンプレートに対する言語リンケージ</span></td>

lang/cpp11/lambda_expressions.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2025-07-12T16:05:25+09:00">
193-
2025年07月12日 16時05分25秒 (JST)
192+
datetime="2026-09-05T09:27:26+09:00">
193+
2026年09月05日 09時27分26秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">Raclamusi</span>
197+
<span itemprop="name">Akira Takahashi</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -711,6 +711,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
711711
<li><a href="../cpp23/down_with_lambda_parens.html">C++23 ラムダ式で()を省略できる条件を緩和</a></li>
712712
<li><a href="../cpp23/attributes_on_lambda_expressions.html">C++23 ラムダ式に対する属性</a></li>
713713
<li><a href="../cpp23/static_operator.html">C++23 <code>this</code>ポインタをもつ必要のない演算子を<code>static</code>として宣言できるようにする</a></li>
714+
<li><a href="../cpp29/lexical_order_for_lambdas.html">C++29 ラムダ式のキャプチャが書かれた順に初期化されることを保証</a></li>
714715
</ul>
715716
<h2>参照</h2>
716717
<ul>

lang/cpp14/initialize_capture.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2025-07-10T10:26:30+09:00">
193-
2025年07月10日 10時26分30秒 (JST)
192+
datetime="2026-09-05T09:27:26+09:00">
193+
2026年09月05日 09時27分26秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">Koichi Murase</span>
197+
<span itemprop="name">Akira Takahashi</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -352,6 +352,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
352352
<ul>
353353
<li><a href="../cpp11/lambda_expressions.html">C++11 ラムダ式</a></li>
354354
<li><a href="generic_lambdas.html">C++14 ジェネリックラムダ</a></li>
355+
<li><a href="../cpp29/lexical_order_for_lambdas.html">C++29 ラムダ式のキャプチャが書かれた順に初期化されることを保証</a></li>
355356
</ul>
356357
<h2>参照</h2>
357358
<ul>

lang/cpp29.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
<p class="text-right"><small>
178178
最終更新日時:
179179
<time itemprop="datePublished" class="js-local-time"
180-
datetime="2026-09-04T15:04:20+09:00">
181-
2026年09月04日 15時04分20秒 (JST)
180+
datetime="2026-09-05T09:27:26+09:00">
181+
2026年09月05日 09時27分26秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -284,8 +284,8 @@ <h3>関数</h3>
284284
</thead>
285285
<tbody>
286286
<tr>
287-
<td><span href="https://cpprefjp.github.io/lang/cpp29/lexical_order_for_lambdas.md.nolink">ラムダの字句順序</span></td>
288-
<td>ラムダ式の字句上の順序を明確化する</td>
287+
<td><a href="cpp29/lexical_order_for_lambdas.html">ラムダ式のキャプチャが書かれた順に初期化されることを保証</a></td>
288+
<td>明示的なキャプチャに対応するクロージャ型のメンバ変数が、キャプチャを書いた順に宣言・初期化され、逆順に破棄されることを保証する</td>
289289
</tr>
290290
<tr>
291291
<td><span href="https://cpprefjp.github.io/lang/cpp29/deallocation_functions_with_throwing_exception_specification_are_ill_formed.md.nolink">例外を送出する例外指定をもつ解放関数を不適格とする</span></td>

0 commit comments

Comments
 (0)