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" >< pre>< code> 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+ < /code>< /pre> </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" >< pre>< code> 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- < /code>< /pre> </summary >
450-
451- <author >
452- <name >KaiTomotake</name >
453- <email >kaitomotake@gmail.com</email >
454- </author >
455- </entry >
456-
457459</feed >
0 commit comments