Skip to content

Commit c1694d3

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 623af95 commit c1694d3

File tree

1 file changed

+2
-80
lines changed

1 file changed

+2
-80
lines changed

rss.xml

Lines changed: 2 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-08-16T01:54:05.961617</updated>
6-
<id>e7db75cd-ca48-4fcf-8fd7-567bcc294057</id>
5+
<updated>2025-08-16T11:38:02.120415</updated>
6+
<id>a315a0c0-62e6-4d6e-92b6-110fa2109475</id>
77

88

99
<entry>
@@ -432,82 +432,4 @@ index 1cf9ea1a2..3e2bdefa7 100644
432432
</author>
433433
</entry>
434434

435-
<entry>
436-
<title>コード内容の仮定をコンパイラに伝える`assume`属性 [P1774R8] -- C++23 assume属性 : C++11属性構文へのリンクを関連項目に追加 #1488</title>
437-
<link href="https://cpprefjp.github.io/lang/cpp23/portable_assumptions.html"/>
438-
<id>5895eedd8280c661fcb3952589f442e8fe88f6de:lang/cpp23/portable_assumptions.md</id>
439-
<updated>2025-08-13T12:12:09+09:00</updated>
440-
441-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp23/portable_assumptions.md b/lang/cpp23/portable_assumptions.md
442-
index 66c560d08..2a9a6ebbd 100644
443-
--- a/lang/cpp23/portable_assumptions.md
444-
+++ b/lang/cpp23/portable_assumptions.md
445-
@@ -65,6 +65,7 @@ int f(int y)
446-
447-
448-
## &amp;lt;a id=&amp;#34;relative-page&amp;#34; href=&amp;#34;#relative-page&amp;#34;&amp;gt;関連項目&amp;lt;/a&amp;gt;
449-
+- [C++11 属性構文](/lang/cpp11/attributes.md)
450-
- [C++20 `[[likely]]`, `[[unlikely]]`属性](/lang/cpp20/likely_and_unlikely_attributes.md)
451-
452-
453-
&lt;/code&gt;&lt;/pre&gt;</summary>
454-
455-
<author>
456-
<name>Akira Takahashi</name>
457-
<email>[email protected]</email>
458-
</author>
459-
</entry>
460-
461-
<entry>
462-
<title>属性構文 [N2761] -- Merge pull request #1488 from TumoiYorozu/assume</title>
463-
<link href="https://cpprefjp.github.io/lang/cpp11/attributes.html"/>
464-
<id>07813202ff92303e96b6b12fc4178d9a29e94714:lang/cpp11/attributes.md</id>
465-
<updated>2025-08-13T12:02:09+09:00</updated>
466-
467-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp11/attributes.md b/lang/cpp11/attributes.md
468-
index 162f7330a..84d3ad7b0 100644
469-
--- a/lang/cpp11/attributes.md
470-
+++ b/lang/cpp11/attributes.md
471-
@@ -177,6 +177,7 @@ C++11で採用されたもの以外で検討された以下の機能は、属性
472-
- [C++20 `[[likely]]`, `[[unlikely]]`属性](/lang/cpp20/likely_and_unlikely_attributes.md)
473-
- [C++20 属性の名前空間を予約](/lang/cpp20/reserving_attribute_namespaces_for_future_use.md)
474-
- [C++23 ラムダ式に対する属性](/lang/cpp23/attributes_on_lambda_expressions.md)
475-
+- [C++23 コード内容の仮定をコンパイラに伝える`assume`属性](/lang/cpp23/portable_assumptions.md)
476-
- [C++26 構造化束縛への属性を許可](/lang/cpp26/attributes_for_structured_bindings.md)
477-
- [C++26 未初期化変数の読み取りをエラー性動作とする (`[[indeterminate]]`属性)](/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md)
478-
479-
&lt;/code&gt;&lt;/pre&gt;</summary>
480-
481-
<author>
482-
<name>Akira Takahashi</name>
483-
<email>[email protected]</email>
484-
</author>
485-
</entry>
486-
487-
<entry>
488-
<title>属性構文 [N2761] -- Add `assume` attributes to attributes.md</title>
489-
<link href="https://cpprefjp.github.io/lang/cpp11/attributes.html"/>
490-
<id>d3227a734b455e06aec3830ab3aeb9a4b5724309:lang/cpp11/attributes.md</id>
491-
<updated>2025-08-13T11:48:13+09:00</updated>
492-
493-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp11/attributes.md b/lang/cpp11/attributes.md
494-
index 162f7330a..84d3ad7b0 100644
495-
--- a/lang/cpp11/attributes.md
496-
+++ b/lang/cpp11/attributes.md
497-
@@ -177,6 +177,7 @@ C++11で採用されたもの以外で検討された以下の機能は、属性
498-
- [C++20 `[[likely]]`, `[[unlikely]]`属性](/lang/cpp20/likely_and_unlikely_attributes.md)
499-
- [C++20 属性の名前空間を予約](/lang/cpp20/reserving_attribute_namespaces_for_future_use.md)
500-
- [C++23 ラムダ式に対する属性](/lang/cpp23/attributes_on_lambda_expressions.md)
501-
+- [C++23 コード内容の仮定をコンパイラに伝える`assume`属性](/lang/cpp23/portable_assumptions.md)
502-
- [C++26 構造化束縛への属性を許可](/lang/cpp26/attributes_for_structured_bindings.md)
503-
- [C++26 未初期化変数の読み取りをエラー性動作とする (`[[indeterminate]]`属性)](/lang/cpp26/erroneous_behavior_for_uninitialized_reads.md)
504-
505-
&lt;/code&gt;&lt;/pre&gt;</summary>
506-
507-
<author>
508-
<name>Y.Moroto</name>
509-
<email>[email protected]</email>
510-
</author>
511-
</entry>
512-
513435
</feed>

0 commit comments

Comments
 (0)