Skip to content

Commit ce677d0

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent c98e021 commit ce677d0

File tree

5 files changed

+67
-36
lines changed

5 files changed

+67
-36
lines changed

lang/cpp11/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-09-12T03:40:36">
192-
2024年09月12日 03時40分36秒
191+
<span itemprop="datePublished" content="2024-12-16T07:36:37">
192+
2024年12月16日 07時36分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -349,6 +349,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
349349
<li><a href="../cpp20/reserving_attribute_namespaces_for_future_use.html">C++20 属性の名前空間を予約</a></li>
350350
<li><a href="../cpp23/attributes_on_lambda_expressions.html">C++23 ラムダ式に対する属性</a></li>
351351
<li><a href="../cpp26/attributes_for_structured_bindings.html">C++26 構造化束縛への属性を許可</a></li>
352+
<li><a href="../cpp26/erroneous_behavior_for_uninitialized_reads.html">C++26 未初期化変数の読み取りをエラー性動作とする (<code>[[indeterminate]]</code>属性)</a></li>
352353
</ul>
353354
<h2>参照</h2>
354355
<ul>

lang/cpp26/erroneous_behavior_for_uninitialized_reads.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="2024-11-17T09:49:50">
192-
2024年11月17日 09時49分50秒
191+
<span itemprop="datePublished" content="2024-12-16T07:36:37">
192+
2024年12月16日 07時36分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -365,6 +365,10 @@ <h3>今後、<a class="cpprefjp-defined-word" data-desc="エラー性の動作
365365
</tr>
366366
</tbody>
367367
</table>
368+
<h2>関連項目</h2>
369+
<ul>
370+
<li><a href="../cpp11/attributes.html">C++11 属性構文</a></li>
371+
</ul>
368372
<h2>参照</h2>
369373
<ul>
370374
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2795r5.html" target="_blank">P2795R5 Erroneous behaviour for uninitialized reads</a></li>

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mf">1f</span><span class="n">YaSKenYfrEXQNmTGhhaYJFQXRjBytzg</span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

rss.xml

Lines changed: 55 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,63 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-12-16T02:02:17.220195</updated>
6-
<id>c600d472-5502-471d-8687-694d08b0dd6f</id>
5+
<updated>2024-12-16T07:39:41.134025</updated>
6+
<id>2880e7e8-0e24-438c-b68f-e44a6268f64f</id>
77

88

9+
<entry>
10+
<title>属性構文 [N2761] -- C++11 属性構文 : indeterminate属性の解説ページにリンク</title>
11+
<link href="https://cpprefjp.github.io/lang/cpp11/attributes.html"/>
12+
<id>b956b7708095b80da1c364a4d68cc66d65bde231:lang/cpp11/attributes.md</id>
13+
<updated>2024-12-16T16:36:37+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp11/attributes.md b/lang/cpp11/attributes.md
16+
index 1a15b8ba0..b48a93794 100644
17+
--- a/lang/cpp11/attributes.md
18+
+++ b/lang/cpp11/attributes.md
19+
@@ -170,6 +170,7 @@ C++11で採用されたもの以外で検討された以下の機能は、属性
20+
- [C++20 属性の名前空間を予約](/lang/cpp20/reserving_attribute_namespaces_for_future_use.md)
21+
- [C++23 ラムダ式に対する属性](/lang/cpp23/attributes_on_lambda_expressions.md)
22+
- [C++26 構造化束縛への属性を許可](/lang/cpp26/attributes_for_structured_bindings.md)
23+
+- [C++26 未初期化変数の読み取りをエラー性動作とする (`[[indeterminate]]`属性)](/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md)
24+
25+
26+
## 参照
27+
&lt;/code&gt;&lt;/pre&gt;</summary>
28+
29+
<author>
30+
<name>Akira Takahashi</name>
31+
<email>[email protected]</email>
32+
</author>
33+
</entry>
34+
35+
<entry>
36+
<title>未初期化変数の読み取りをエラー性動作とする [P2795R5] -- C++11 属性構文 : indeterminate属性の解説ページにリンク</title>
37+
<link href="https://cpprefjp.github.io/lang/cpp26/erroneous_behavior_for_uninitialized_reads.html"/>
38+
<id>b956b7708095b80da1c364a4d68cc66d65bde231:lang/cpp26/erroneous_behavior_for_uninitialized_reads.md</id>
39+
<updated>2024-12-16T16:36:37+09:00</updated>
40+
41+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md b/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md
42+
index 79b80c7ac..4f118a77d 100644
43+
--- a/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md
44+
+++ b/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md
45+
@@ -137,5 +137,8 @@ int main() {
46+
| 契約違反 | 契約に関する現在の策定作業では、契約違反時になにが起こるべきかという問題に直面している。エラー性動作という概念は有用な回答を与えてくれる可能性がある |
47+
48+
49+
+## 関連項目
50+
+- [C++11 属性構文](/lang/cpp11/attributes.md)
51+
+
52+
## 参照
53+
- [P2795R5 Erroneous behaviour for uninitialized reads](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2795r5.html)
54+
&lt;/code&gt;&lt;/pre&gt;</summary>
55+
56+
<author>
57+
<name>Akira Takahashi</name>
58+
<email>[email protected]</email>
59+
</author>
60+
</entry>
61+
962
<entry>
1063
<title>jthread -- jthread: コード修飾ミスを修正</title>
1164
<link href="https://cpprefjp.github.io/reference/thread/jthread.html"/>
@@ -197,31 +250,4 @@ index c5c314468..393499fff 100644
197250
</author>
198251
</entry>
199252

200-
<entry>
201-
<title>common_comparison_category -- 表記の統一</title>
202-
<link href="https://cpprefjp.github.io/reference/compare/common_comparison_category.html"/>
203-
<id>a983f3dd3b01a4f60aec4d82bf3cb37222b492ea:reference/compare/common_comparison_category.md</id>
204-
<updated>2024-12-15T04:47:14+09:00</updated>
205-
206-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/compare/common_comparison_category.md b/reference/compare/common_comparison_category.md
207-
index ba9a1c749..e14632dab 100644
208-
--- a/reference/compare/common_comparison_category.md
209-
+++ b/reference/compare/common_comparison_category.md
210-
@@ -30,7 +30,7 @@ namespace std {
211-
212-
`Ts...`内のそれぞれの型を`Ti (0 &amp;lt;= i &amp;lt; N)`として、共通比較カテゴリ型`U`は以下のように決定される。
213-
214-
-1. `Ti`の中に一つでも比較カテゴリ型でない型がある場合、`U = void`
215-
+1. `Ti`の中に1つでも比較カテゴリ型でない型がある場合、`U = void`
216-
2. `Ti`の中に1つでも`partial_ordering`がある場合、`U = partial_ordering`
217-
3. `Ti`の中に1つでも`weak_ordering`がある場合、`U = weak_ordering`
218-
4. それ以外の場合、`U = strong_ordering`(`N == 0`の場合)
219-
&lt;/code&gt;&lt;/pre&gt;</summary>
220-
221-
<author>
222-
<name>biobios</name>
223-
<email>[email protected]</email>
224-
</author>
225-
</entry>
226-
227253
</feed>

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35752,7 +35752,7 @@
3575235752

3575335753
<url>
3575435754
<loc>https://cpprefjp.github.io/lang/cpp26/erroneous_behavior_for_uninitialized_reads.html</loc>
35755-
<lastmod>2024-12-16T10:43:31+09:00</lastmod>
35755+
<lastmod>2024-12-16T16:36:37+09:00</lastmod>
3575635756
<changefreq>daily</changefreq>
3575735757
<priority>0.7</priority>
3575835758
</url>
@@ -36102,7 +36102,7 @@
3610236102

3610336103
<url>
3610436104
<loc>https://cpprefjp.github.io/lang/cpp11/attributes.html</loc>
36105-
<lastmod>2024-12-16T10:43:31+09:00</lastmod>
36105+
<lastmod>2024-12-16T16:36:37+09:00</lastmod>
3610636106
<changefreq>daily</changefreq>
3610736107
<priority>0.7</priority>
3610836108
</url>

0 commit comments

Comments
 (0)