Skip to content

Commit 9d5ce8e

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent eea7101 commit 9d5ce8e

File tree

10 files changed

+2593
-2177
lines changed

10 files changed

+2593
-2177
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="2025-04-23T08:42:49">
168-
2025年04月23日 08時42分49秒
167+
<span itemprop="datePublished" content="2025-04-24T02:14:18">
168+
2025年04月24日 02時14分18秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -1847,7 +1847,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
18471847
<td></td>
18481848
</tr>
18491849
<tr>
1850-
<td>P2552R3: <span href="https://cpprefjp.github.io/lang/cpp26/on_the_ignorability_of_standard_attributes.md.nolink">属性の無視性を見直し</span></td>
1850+
<td>P2552R3: <a href="lang/cpp26/on_the_ignorability_of_standard_attributes.html">属性の無視性を見直し</a></td>
18511851
<td>構文として<a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="implementation-compliance.html#dfn-well-formed">適格</a>な属性のみを無視できるようにし、そうでない属性の使用を<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="implementation-compliance.html#dfn-ill-formed">不適格</a>とする</td>
18521852
<td></td>
18531853
<td></td>

lang/cpp11/attributes.html

Lines changed: 6 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-24T01:37:34">
192-
2025年04月24日 01時37分34秒
191+
<span itemprop="datePublished" content="2025-04-24T02:14:18">
192+
2025年04月24日 02時14分18秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -350,6 +350,10 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
350350
</ul>
351351
</li>
352352
<li><a href="../cpp17/fallthrough.html">C++17 <code>[[fallthrough]]</code>属性</a></li>
353+
<li><a href="../cpp17/non_standard_attributes.html">C++17 不明な属性を無視する</a><ul>
354+
<li><a href="../cpp26/on_the_ignorability_of_standard_attributes.html">C++26 属性の無視性を見直し</a></li>
355+
</ul>
356+
</li>
353357
<li><a href="../cpp20/language_support_for_empty_objects.html">C++20 <code>[[no_unique_address]]</code>属性</a></li>
354358
<li><a href="../cpp20/likely_and_unlikely_attributes.html">C++20 <code>[[likely]]</code>, <code>[[unlikely]]</code>属性</a></li>
355359
<li><a href="../cpp20/reserving_attribute_namespaces_for_future_use.html">C++20 属性の名前空間を予約</a></li>

lang/cpp17/non_standard_attributes.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="2024-07-08T07:33:21">
192-
2024年07月08日 07時33分21秒
191+
<span itemprop="datePublished" content="2025-04-24T02:14:18">
192+
2025年04月24日 02時14分18秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -250,6 +250,7 @@ <h3>備考</h3>
250250
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
251251
<ul>
252252
<li><a href="../cpp11/attributes.html">C++11 属性構文</a></li>
253+
<li><a href="../cpp26/on_the_ignorability_of_standard_attributes.html">C++26 属性の無視性を見直し</a></li>
253254
</ul>
254255
<h2>参照</h2>
255256
<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="2025-04-24T01:28:45">
180-
2025年04月24日 01時28分45秒
179+
<span itemprop="datePublished" content="2025-04-24T02:14:18">
180+
2025年04月24日 02時14分18秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -338,7 +338,7 @@ <h3>属性</h3>
338338
</thead>
339339
<tbody>
340340
<tr>
341-
<td><span href="https://cpprefjp.github.io/lang/cpp26/on_the_ignorability_of_standard_attributes.md.nolink">属性の無視性を見直し</span></td>
341+
<td><a href="cpp26/on_the_ignorability_of_standard_attributes.html">属性の無視性を見直し</a></td>
342342
<td>構文として<a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="../implementation-compliance.html#dfn-well-formed">適格</a>な属性のみを無視できるようにし、そうでない属性の使用を<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../implementation-compliance.html#dfn-ill-formed">不適格</a>とする</td>
343343
</tr>
344344
<tr>

0 commit comments

Comments
 (0)