Skip to content

Commit d7a92a5

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 7d39e0d commit d7a92a5

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

rss.xml

Lines changed: 2 additions & 35 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>2026-01-05T08:21:40.554544</updated>
6-
<id>659a66c5-8b88-477c-baa1-e89c7eea768e</id>
5+
<updated>2026-01-05T08:55:03.125074</updated>
6+
<id>b307d920-fb49-43bc-bd9f-b21827eced90</id>
77

88

99
<entry>
@@ -80,39 +80,6 @@ index c4e11228a..920220a7f 100644
8080
}
8181
```
8282

83-
&lt;/code&gt;&lt;/pre&gt;</summary>
84-
85-
<author>
86-
<name>Akira Takahashi</name>
87-
<email>faithandbrave@gmail.com</email>
88-
</author>
89-
</entry>
90-
91-
<entry>
92-
<title>logic_error -- logic_error : まだ作成されていないページにnolink付きでリンクを記載した</title>
93-
<link href="https://cpprefjp.github.io/reference/stdexcept/logic_error.html"/>
94-
<id>2c0c8cde2572bbfc112c0f38bf43c61005464940:reference/stdexcept/logic_error.md</id>
95-
<updated>2026-01-05T11:47:12+09:00</updated>
96-
97-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/logic_error.md b/reference/stdexcept/logic_error.md
98-
index 8525d9614..c4e11228a 100644
99-
--- a/reference/stdexcept/logic_error.md
100-
+++ b/reference/stdexcept/logic_error.md
101-
@@ -18,10 +18,10 @@ namespace std {
102-
103-
| 名前 | 説明 | 対応バージョン |
104-
| --- | --- | --- |
105-
-| `(constructor)` | コンストラクタ | |
106-
-| `(destructor)` | デストラクタ | |
107-
-| `operator=` | 代入演算子 | |
108-
-| `what` | エラー理由を取得する | |
109-
+| [`(constructor)`](logic_error/op_constructor.md.nolink) | コンストラクタ | |
110-
+| [`(destructor)`](logic_error/op_destructor.md.nolink) | デストラクタ | |
111-
+| [`operator=`](logic_error/op_assign.md.nolink) | 代入演算子 | |
112-
+| [`what`](logic_error/what.md.nolink) | エラー理由を取得する | |
113-
114-
## 例
115-
11683
&lt;/code&gt;&lt;/pre&gt;</summary>
11784

11885
<author>

0 commit comments

Comments
 (0)