Skip to content

Commit d3c157e

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 733061a commit d3c157e

13 files changed

+3447
-87
lines changed

implementation-status.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2026-04-06T01:14:31">
168-
2026年04月06日 01時14分31秒
167+
<span itemprop="datePublished" content="2026-04-06T05:09:24">
168+
2026年04月06日 05時09分24秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -1842,7 +1842,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
18421842
<td></td>
18431843
</tr>
18441844
<tr>
1845-
<td>P2361R6: <span href="https://cpprefjp.github.io/lang/cpp26/unevaluated_strings.md.nolink">コンパイル時にのみ使用される文字列の扱いを明確化</span></td>
1845+
<td>P2361R6: <a href="lang/cpp26/unevaluated_strings.html">コンパイル時にのみ使用される文字列の扱いを明確化</a></td>
18461846
<td><code>static_assert</code><code>[[deprecated]]</code>などで使用されるコンパイル時の文字列について、文字コードの指定を禁止し、実行時エンコーディングが行われないことを規定</td>
18471847
<td>14</td>
18481848
<td>18</td>

lang/cpp11/constexpr.html

Lines changed: 3 additions & 2 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="2026-04-06T01:14:31">
192-
2026年04月06日 01時14分31秒
191+
<span itemprop="datePublished" content="2026-04-06T05:09:24">
192+
2026年04月06日 05時09分24秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -391,6 +391,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
391391
<li><a href="../cpp26/constexpr_placement_new.html">C++26 <code>constexpr</code>配置<code>new</code></a></li>
392392
<li><a href="../cpp26/constexpr_structured_bindings_and_references_to_constexpr_variables.html">C++26 <code>constexpr</code>構造化束縛の許可と、<code>constexpr</code>参照の制限緩和</a></li>
393393
<li><a href="../cpp26/constexpr_virtual_inheritance.html">C++26 <code>constexpr</code>仮想継承を許可</a></li>
394+
<li><a href="../cpp26/unevaluated_strings.html">C++26 コンパイル時にのみ使用される文字列の扱いを明確化</a></li>
394395
</ul>
395396
<h2>参照</h2>
396397
<ul>

lang/cpp11/static_assert.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-01-16T17:13:36">
192-
2026年01月16日 17時13分36秒
191+
<span itemprop="datePublished" content="2026-04-06T05:09:24">
192+
2026年04月06日 05時09分24秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -287,6 +287,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
287287
<li><a href="../cpp17/if_constexpr.html">C++17 constexpr if 文</a></li>
288288
<li><a href="../cpp23/narrowing_contextual_conversions_to_bool.html">C++23 定数式の文脈での<code>bool</code>への縮小変換を許可</a></li>
289289
<li><a href="../cpp26/user-generated_static_assert_messages.html">C++26 <code>static_assert</code>の診断メッセージにユーザーが生成した文字列の指定を許可</a></li>
290+
<li><a href="../cpp26/unevaluated_strings.html">C++26 コンパイル時にのみ使用される文字列の扱いを明確化</a></li>
290291
</ul>
291292
<h2>参照</h2>
292293
<ul>

lang/cpp14/deprecated_attr.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-10T01:26:30">
192-
2025年07月10日 01時26分30秒
191+
<span itemprop="datePublished" content="2026-04-06T05:09:24">
192+
2026年04月06日 05時09分24秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -350,6 +350,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
350350
<ul>
351351
<li><a href="../cpp11/attributes.html">C++11 属性構文</a></li>
352352
<li><a href="../cpp23/attributes_on_lambda_expressions.html">C++23 ラムダ式に対する属性</a></li>
353+
<li><a href="../cpp26/unevaluated_strings.html">C++26 コンパイル時にのみ使用される文字列の扱いを明確化</a></li>
353354
</ul>
354355
<h2>参照</h2>
355356
<ul>

lang/cpp17/nodiscard.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-10T01:26:30">
192-
2025年07月10日 01時26分30秒
191+
<span itemprop="datePublished" content="2026-04-06T05:09:24">
192+
2026年04月06日 05時09分24秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -263,6 +263,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
263263
</li>
264264
<li><a href="../cpp20/nodiscard_should_have_a_reason.html">C++20 <code>[[nodiscard]]</code>属性に理由となる文字列を付加できるようにする</a></li>
265265
<li><a href="../cpp23/attributes_on_lambda_expressions.html">C++23 ラムダ式に対する属性</a></li>
266+
<li><a href="../cpp26/unevaluated_strings.html">C++26 コンパイル時にのみ使用される文字列の扱いを明確化</a></li>
266267
</ul>
267268
<h2>参照</h2>
268269
<ul>

lang/cpp26.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2026-04-06T02:49:40">
180-
2026年04月06日 02時49分40秒
179+
<span itemprop="datePublished" content="2026-04-06T05:09:24">
180+
2026年04月06日 05時09分24秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -258,7 +258,7 @@ <h3>文字列</h3>
258258
<td>文字列リテラルのエンコーディング時に文字表現が失われる場合にコンパイルエラーにする</td>
259259
</tr>
260260
<tr>
261-
<td><span href="https://cpprefjp.github.io/lang/cpp26/unevaluated_strings.md.nolink">コンパイル時にのみ使用される文字列の扱いを明確化</span></td>
261+
<td><a href="cpp26/unevaluated_strings.html">コンパイル時にのみ使用される文字列の扱いを明確化</a></td>
262262
<td><code>static_assert</code><code>[[deprecated]]</code>などで使用されるコンパイル時の文字列について、文字コードの指定を禁止し、実行時エンコーディングが行われないことを規定</td>
263263
</tr>
264264
</tbody>

lang/cpp26/making_non-encodable_string_literals_ill-formed.html

Lines changed: 3 additions & 2 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-04-05T04:07:32">
192-
2025年04月05日 04時07分32秒
191+
<span itemprop="datePublished" content="2026-04-06T05:09:24">
192+
2026年04月06日 05時09分24秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -232,6 +232,7 @@ <h2>概要</h2>
232232
<h2>関連項目</h2>
233233
<ul>
234234
<li><a href="../cpp23/remove_non_encodable_wide_character_literals_and_multicharacter_wide_character_literals.html">C++23 1ワイド文字に収まらないワイド文字リテラルを禁止する</a></li>
235+
<li><a href="unevaluated_strings.html">C++26 コンパイル時にのみ使用される文字列の扱いを明確化</a></li>
235236
</ul>
236237
<h2>参照</h2>
237238
<ul>

0 commit comments

Comments
 (0)