Skip to content

Commit 03c54ce

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 471cc64 commit 03c54ce

File tree

3 files changed

+35
-33
lines changed

3 files changed

+35
-33
lines changed

reference/stdexcept.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-01-06T02:34:19">
180-
2026年01月06日 02時34分19秒
179+
<span itemprop="datePublished" content="2026-01-17T05:31:14">
180+
2026年01月17日 05時31分14秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -227,7 +227,7 @@
227227
<td></td>
228228
</tr>
229229
<tr>
230-
<td><code>invalid_argument</code></td>
230+
<td><code><a href="stdexcept/invalid_argument.html">invalid_argument</a></code></td>
231231
<td>不正な引数を示す</td>
232232
<td></td>
233233
</tr>

rss.xml

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,39 @@
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-16T17:56:10.605050</updated>
6-
<id>e15e6eba-aeeb-40b2-98f8-3ef9c1bf9d5d</id>
5+
<updated>2026-01-17T05:36:41.099183</updated>
6+
<id>a8b6cd84-dc91-43f7-9592-76e578225252</id>
77

88

9+
<entry>
10+
<title>stdexcept -- add link to invalid_argument.md</title>
11+
<link href="https://cpprefjp.github.io/reference/stdexcept.html"/>
12+
<id>cf6767c3100bdba1aa2af40b0cb12b8b555c42d3:reference/stdexcept.md</id>
13+
<updated>2026-01-17T14:31:14+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept.md b/reference/stdexcept.md
16+
index 4ca74809b..d9f7d22f8 100644
17+
--- a/reference/stdexcept.md
18+
+++ b/reference/stdexcept.md
19+
@@ -14,8 +14,8 @@
20+
| 名前 | 説明 | 対応バージョン |
21+
|--------------------|--------------------------------------------|-------|
22+
| [`logic_error`](stdexcept/logic_error.md) | プログラムの実行前に検出可能なエラー(論理エラー)を示す | |
23+
-| [`domain_error`](stdexcept/domain_error.md) | 定義域エラーを示す | |
24+
-| `invalid_argument` | 不正な引数を示す | |
25+
+| [`domain_error`](stdexcept/domain_error.md) | 定義域エラーを示す | |
26+
+| [`invalid_argument`](stdexcept/invalid_argument.md) | 不正な引数を示す | |
27+
| `length_error` | 長すぎるオブジェクトを作ろうとしたことを示す | |
28+
| `out_of_range` | 引数が許容範囲外であることを示す | |
29+
| `runtime_error` | プログラム実行時にのみ検出可能なエラー(実行時エラー)を示す | |
30+
&lt;/code&gt;&lt;/pre&gt;</summary>
31+
32+
<author>
33+
<name>KaiTomotake</name>
34+
<email>kaitomotake@gmail.com</email>
35+
</author>
36+
</entry>
37+
938
<entry>
1039
<title>when_all -- execution/when_all: LWG4438適用</title>
1140
<link href="https://cpprefjp.github.io/reference/execution/execution/when_all.html"/>
@@ -427,31 +456,4 @@ index 5b473a780..a232bad3c 100644
427456
</author>
428457
</entry>
429458

430-
<entry>
431-
<title>logic_error -- fix logic_error.md</title>
432-
<link href="https://cpprefjp.github.io/reference/stdexcept/logic_error.html"/>
433-
<id>7786c2f4ada20a63c6f4b654b75603bab146898b:reference/stdexcept/logic_error.md</id>
434-
<updated>2026-01-16T18:50:10+09:00</updated>
435-
436-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/logic_error.md b/reference/stdexcept/logic_error.md
437-
index f63d0f109..2a3f313eb 100644
438-
--- a/reference/stdexcept/logic_error.md
439-
+++ b/reference/stdexcept/logic_error.md
440-
@@ -6,7 +6,7 @@
441-
442-
```cpp
443-
namespace std {
444-
- class logic_error : public exception;
445-
+ class logic_error : public exception;
446-
}
447-
```
448-
449-
&lt;/code&gt;&lt;/pre&gt;</summary>
450-
451-
<author>
452-
<name>KaiTomotake</name>
453-
<email>kaitomotake@gmail.com</email>
454-
</author>
455-
</entry>
456-
457459
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
<url>
152152
<loc>https://cpprefjp.github.io/reference/stdexcept.html</loc>
153-
<lastmod>2026-01-13T16:50:27+09:00</lastmod>
153+
<lastmod>2026-01-17T14:31:14+09:00</lastmod>
154154
<changefreq>daily</changefreq>
155155
<priority>0.8</priority>
156156
</url>

0 commit comments

Comments
 (0)