|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title> |
4 | 4 | <link href="https://cpprefjp.github.io" /> |
5 | | - <updated>2026-01-19T08:31:50.105683</updated> |
6 | | - <id>f5e32212-7f96-4ac7-b275-e7e2f65194f6</id> |
| 5 | + <updated>2026-01-19T09:37:50.365666</updated> |
| 6 | + <id>16f654fa-7638-426e-8932-c3232225109e</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>domain_error -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/stdexcept/domain_error.html"/> |
| 12 | + <id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/domain_error.md</id> |
| 13 | + <updated>2026-01-19T18:33:38+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/stdexcept/domain_error.md b/reference/stdexcept/domain_error.md |
| 16 | +index 7f6baf6af..6223ee79e 100644 |
| 17 | +--- a/reference/stdexcept/domain_error.md |
| 18 | ++++ b/reference/stdexcept/domain_error.md |
| 19 | +@@ -49,7 +49,7 @@ int main() { |
| 20 | + ``` |
| 21 | + * std::sqrt[link /reference/cmath/sqrt.md] |
| 22 | + |
| 23 | +-### 出力 (標準エラー出力) |
| 24 | ++### 出力例 (標準エラー出力) |
| 25 | + ``` |
| 26 | + Cannot calculate the square root of a negative number. |
| 27 | + ``` |
| 28 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>Akira Takahashi</name> |
| 32 | + <email>faithandbrave@gmail.com</email> |
| 33 | + </author> |
| 34 | + </entry> |
| 35 | + |
| 36 | + <entry> |
| 37 | + <title>invalid_argument -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title> |
| 38 | + <link href="https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html"/> |
| 39 | + <id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/invalid_argument.md</id> |
| 40 | + <updated>2026-01-19T18:33:38+09:00</updated> |
| 41 | + |
| 42 | + <summary type="html"><pre><code>diff --git a/reference/stdexcept/invalid_argument.md b/reference/stdexcept/invalid_argument.md |
| 43 | +index a266c682b..50a660140 100644 |
| 44 | +--- a/reference/stdexcept/invalid_argument.md |
| 45 | ++++ b/reference/stdexcept/invalid_argument.md |
| 46 | +@@ -50,7 +50,7 @@ int main() { |
| 47 | + ``` |
| 48 | + * std::stoi[link /reference/string/stoi.md] |
| 49 | + |
| 50 | +-### 出力(標準エラー出力) |
| 51 | ++### 出力例(標準エラー出力) |
| 52 | + ``` |
| 53 | + value must be positive |
| 54 | + ``` |
| 55 | +</code></pre></summary> |
| 56 | + |
| 57 | + <author> |
| 58 | + <name>Akira Takahashi</name> |
| 59 | + <email>faithandbrave@gmail.com</email> |
| 60 | + </author> |
| 61 | + </entry> |
| 62 | + |
| 63 | + <entry> |
| 64 | + <title>logic_error -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title> |
| 65 | + <link href="https://cpprefjp.github.io/reference/stdexcept/logic_error.html"/> |
| 66 | + <id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/logic_error.md</id> |
| 67 | + <updated>2026-01-19T18:33:38+09:00</updated> |
| 68 | + |
| 69 | + <summary type="html"><pre><code>diff --git a/reference/stdexcept/logic_error.md b/reference/stdexcept/logic_error.md |
| 70 | +index 2a3f313eb..6f84cd419 100644 |
| 71 | +--- a/reference/stdexcept/logic_error.md |
| 72 | ++++ b/reference/stdexcept/logic_error.md |
| 73 | +@@ -45,7 +45,7 @@ int main() { |
| 74 | + } |
| 75 | + ``` |
| 76 | + |
| 77 | +-### 出力 (標準エラー出力) |
| 78 | ++### 出力例 (標準エラー出力) |
| 79 | + |
| 80 | + ``` |
| 81 | + Error: Cannot perform calculations with negative numbers! |
| 82 | +</code></pre></summary> |
| 83 | + |
| 84 | + <author> |
| 85 | + <name>Akira Takahashi</name> |
| 86 | + <email>faithandbrave@gmail.com</email> |
| 87 | + </author> |
| 88 | + </entry> |
| 89 | + |
| 90 | + <entry> |
| 91 | + <title>out_of_range -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title> |
| 92 | + <link href="https://cpprefjp.github.io/reference/stdexcept/out_of_range.html"/> |
| 93 | + <id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/out_of_range.md</id> |
| 94 | + <updated>2026-01-19T18:33:38+09:00</updated> |
| 95 | + |
| 96 | + <summary type="html"><pre><code>diff --git a/reference/stdexcept/out_of_range.md b/reference/stdexcept/out_of_range.md |
| 97 | +index f64247bed..8ba8b233a 100644 |
| 98 | +--- a/reference/stdexcept/out_of_range.md |
| 99 | ++++ b/reference/stdexcept/out_of_range.md |
| 100 | +@@ -42,7 +42,7 @@ int main() { |
| 101 | + ``` |
| 102 | + * vec.at[link /reference/vector/vector/at.md] |
| 103 | + |
| 104 | +-### 出力(標準エラー出力) |
| 105 | ++### 出力例(標準エラー出力) |
| 106 | + |
| 107 | + ``` |
| 108 | + vector::_M_range_check: __n (which is 3) &gt;= this-&gt;size() (which is 3) |
| 109 | +</code></pre></summary> |
| 110 | + |
| 111 | + <author> |
| 112 | + <name>Akira Takahashi</name> |
| 113 | + <email>faithandbrave@gmail.com</email> |
| 114 | + </author> |
| 115 | + </entry> |
| 116 | + |
9 | 117 | <entry> |
10 | 118 | <title>domain_error -- domain_error / invalid_argument : コード修飾を追加</title> |
11 | 119 | <link href="https://cpprefjp.github.io/reference/stdexcept/domain_error.html"/> |
@@ -138,33 +246,6 @@ index 6f384bf1a..489cda5e0 100644 |
138 | 246 |
|
139 | 247 | ## メンバ関数 |
140 | 248 |
|
141 | | -</code></pre></summary> |
142 | | - |
143 | | - <author> |
144 | | - <name>KaiTomotake</name> |
145 | | - <email>kaitomotake@gmail.com</email> |
146 | | - </author> |
147 | | - </entry> |
148 | | - |
149 | | - <entry> |
150 | | - <title>stdexcept -- add out_of_range page link</title> |
151 | | - <link href="https://cpprefjp.github.io/reference/stdexcept.html"/> |
152 | | - <id>b769c719e9b0d55297a47082980121c3135779a4:reference/stdexcept.md</id> |
153 | | - <updated>2026-01-19T14:22:32+09:00</updated> |
154 | | - |
155 | | - <summary type="html"><pre><code>diff --git a/reference/stdexcept.md b/reference/stdexcept.md |
156 | | -index d9f7d22f8..66ffb68de 100644 |
157 | | ---- a/reference/stdexcept.md |
158 | | -+++ b/reference/stdexcept.md |
159 | | -@@ -17,7 +17,7 @@ |
160 | | - | [`domain_error`](stdexcept/domain_error.md) | 定義域エラーを示す | | |
161 | | - | [`invalid_argument`](stdexcept/invalid_argument.md) | 不正な引数を示す | | |
162 | | - | `length_error` | 長すぎるオブジェクトを作ろうとしたことを示す | | |
163 | | --| `out_of_range` | 引数が許容範囲外であることを示す | | |
164 | | -+| [`out_of_range`](stdexcept/out_of_range.md) | 引数が許容範囲外であることを示す | | |
165 | | - | `runtime_error` | プログラム実行時にのみ検出可能なエラー(実行時エラー)を示す | | |
166 | | - | `range_error` | 内部計算によって、値が範囲外になったことを示す(値域エラー) | | |
167 | | - | `overflow_error` | 数値計算の結果がオーバーフローしたことを示す | | |
168 | 249 | </code></pre></summary> |
169 | 250 |
|
170 | 251 | <author> |
|
0 commit comments