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 >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 >
7
7
8
8
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" >< pre>< code> 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
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >I</name >
32
+ <email >1091761+wx257osn2@users.noreply.github.com</email >
33
+ </author >
34
+ </entry >
35
+
9
36
<entry >
10
37
<title >matrix_frob_norm -- linalg : mdspanの成分へのアクセスを修正 (#1233)</title >
11
38
<link href =" https://cpprefjp.github.io/reference/linalg/matrix_frob_norm.html" />
@@ -960,35 +987,4 @@ index 000000000..328b5093d
960
987
</author >
961
988
</entry >
962
989
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" >< pre>< code> 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
- < /code>< /pre> </summary >
987
-
988
- <author >
989
- <name >Yuya Asano</name >
990
- <email >64895419+sukeya@users.noreply.github.com</email >
991
- </author >
992
- </entry >
993
-
994
990
</feed >
0 commit comments