Skip to content

Commit 4524f5c

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 1dc342b commit 4524f5c

File tree

3 files changed

+34
-38
lines changed

3 files changed

+34
-38
lines changed

reference/system_error/error_code.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2024-06-24T09:48:57">
192+
2024年06月24日 09時48分57秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">I</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -220,7 +220,7 @@
220220
</p>
221221
<h2>概要</h2>
222222
<p><code>error_code</code>は、OSのAPIで発生するエラー値およびそのエラーメッセージを扱うクラスである。</p>
223-
<p>このクラス主に<code><a href="system_error.html">system_error</a></code>例外クラスに付加する情報として使用する。</p>
223+
<p>このクラスは主に<code><a href="system_error.html">system_error</a></code>例外クラスに付加する情報として使用する。</p>
224224
<h2>メンバ関数</h2>
225225
<table border="1" bordercolor="#888" style="border-collapse:collapse">
226226
<thead>

rss.xml

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-06-23T14:38:20.114225</updated>
6-
<id>a60be405-82b0-46f4-9740-be443ea3aedb</id>
5+
<updated>2024-06-24T09:51:54.757775</updated>
6+
<id>126ea791-dd27-44d4-9ffb-17abf78207cc</id>
77

88

9+
<entry>
10+
<title>error_code -- fix typo</title>
11+
<link href="https://cpprefjp.github.io/reference/system_error/error_code.html"/>
12+
<id>ce9c6a00eac7366a389310f2418f295369daeda2:reference/system_error/error_code.md</id>
13+
<updated>2024-06-24T18:48:57+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/system_error/error_code.md b/reference/system_error/error_code.md
16+
index 80bd48084..97fc793b5 100644
17+
--- a/reference/system_error/error_code.md
18+
+++ b/reference/system_error/error_code.md
19+
@@ -13,7 +13,7 @@ namespace std {
20+
## 概要
21+
`error_code`は、OSのAPIで発生するエラー値およびそのエラーメッセージを扱うクラスである。
22+
23+
-このクラス主に、[`system_error`](system_error.md)例外クラスに付加する情報として使用する。
24+
+このクラスは主に、[`system_error`](system_error.md)例外クラスに付加する情報として使用する。
25+
26+
27+
## メンバ関数
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>I</name>
32+
<email>1091761+wx257osn2@users.noreply.github.com</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>matrix_frob_norm -- linalg : mdspanの成分へのアクセスを修正 (#1233)</title>
1138
<link href="https://cpprefjp.github.io/reference/linalg/matrix_frob_norm.html"/>
@@ -960,35 +987,4 @@ index 000000000..328b5093d
960987
</author>
961988
</entry>
962989

963-
<entry>
964-
<title>sum_of_squares_result -- linalg : sum_of_squares_resultの例を削除 (#1233)</title>
965-
<link href="https://cpprefjp.github.io/reference/linalg/sum_of_squares_result.html"/>
966-
<id>d565808f5f5213124bd43cbf2633eea9ae271e4f:reference/linalg/sum_of_squares_result.md</id>
967-
<updated>2024-06-22T15:18:55+09:00</updated>
968-
969-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/linalg/sum_of_squares_result.md b/reference/linalg/sum_of_squares_result.md
970-
index 97b3a17ba..bd42246a4 100644
971-
--- a/reference/linalg/sum_of_squares_result.md
972-
+++ b/reference/linalg/sum_of_squares_result.md
973-
@@ -19,12 +19,6 @@ namespace std::linalg {
974-
スケールされた、ベクトルの成分の2乗和の結果を表すクラス。詳しくは、[`vector_sum_of_squares`](vector_sum_of_squares.md)にて。
975-
976-
977-
-## 例
978-
-
979-
-
980-
-### 出力
981-
-
982-
-
983-
## バージョン
984-
### 言語
985-
- C++26
986-
&lt;/code&gt;&lt;/pre&gt;</summary>
987-
988-
<author>
989-
<name>Yuya Asano</name>
990-
<email>64895419+sukeya@users.noreply.github.com</email>
991-
</author>
992-
</entry>
993-
994990
</feed>

sitemap.xml

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

2070320703
<url>
2070420704
<loc>https://cpprefjp.github.io/reference/system_error/error_code.html</loc>
20705-
<lastmod>2024-06-12T17:35:03+09:00</lastmod>
20705+
<lastmod>2024-06-24T18:48:57+09:00</lastmod>
2070620706
<changefreq>daily</changefreq>
2070720707
<priority>0.7</priority>
2070820708
</url>

0 commit comments

Comments
 (0)