|
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-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> |
7 | 7 |
|
8 | 8 |
|
9 | 9 | <entry> |
@@ -80,39 +80,6 @@ index c4e11228a..920220a7f 100644 |
80 | 80 | } |
81 | 81 | ``` |
82 | 82 |
|
83 | | -</code></pre></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"><pre><code>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 | | - |
116 | 83 | </code></pre></summary> |
117 | 84 |
|
118 | 85 | <author> |
|
0 commit comments