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-11T02:50:36.752826 </updated >
6- <id >b7641f20-8881-4342-97d4-35426035ed74 </id >
5+ <updated >2026-01-11T03:09:40.726606 </updated >
6+ <id >c1530150-47b4-4aa3-83e2-e2fbe8f86e5d </id >
77
88
9+ <entry >
10+ <title >invalid_argument -- fix ngword</title >
11+ <link href =" https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html" />
12+ <id >f8c48cd98a165e4e87f03f56dfdecc46638e31ac:reference/stdexcept/invalid_argument.md</id >
13+ <updated >2026-01-11T11:50:35+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/stdexcept/invalid_argument.md b/reference/stdexcept/invalid_argument.md
16+ index 53615c4f4..21eeff21e 100644
17+ --- a/reference/stdexcept/invalid_argument.md
18+ +++ b/reference/stdexcept/invalid_argument.md
19+ @@ -13,7 +13,7 @@ namespace std {
20+ ## 概要
21+
22+ 関数などにおいて、引数に渡した値が不正であることを示す例外およびその基底クラスである。
23+ -この例外は、`std::bitset::bitset`および`std::stoi`や`std::stof`系の関数によってスローされる。
24+ +この例外は、`std::bitset::bitset`および`std::stoi`や`std::stof`系の関数によって送出される。
25+
26+ ## メンバ関数
27+
28+ < /code>< /pre> </summary >
29+
30+ <author >
31+ <name >KaiTomotake</name >
32+ <email >kaitomotake@gmail.com</email >
33+ </author >
34+ </entry >
35+
936 <entry >
1037 <title >invalid_argument -- create invalid_argument.md</title >
1138 <link href =" https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html" />
@@ -185,30 +212,4 @@ index b5305ec31..44d9b8547 100644
185212 </author >
186213 </entry >
187214
188- <entry >
189- <title >ロックフリープロパティ -- ロックフリープロパティ : meta alias タグを追加 #1545</title >
190- <link href =" https://cpprefjp.github.io/reference/atomic/lock_free_property.html" />
191- <id >f525844c0a96f0ca124154fdc49ac9499a107cdd:reference/atomic/lock_free_property.md</id >
192- <updated >2026-01-09T11:21:58+09:00</updated >
193-
194- <summary type =" html" >< pre>< code> diff --git a/reference/atomic/lock_free_property.md b/reference/atomic/lock_free_property.md
195- index 515773200..5be290b9a 100644
196- --- a/reference/atomic/lock_free_property.md
197- +++ b/reference/atomic/lock_free_property.md
198- @@ -2,6 +2,7 @@
199- * atomic[meta header]
200- * macro[meta id-type]
201- * cpp11[meta cpp]
202- +* ATOMIC_BOOL_LOCK_FREE,ATOMIC_CHAR_LOCK_FREE,ATOMIC_CHAR8_T_LOCK_FREE,ATOMIC_CHAR16_T_LOCK_FREE,ATOMIC_CHAR32_T_LOCK_FREE,ATOMIC_WCHAR_T_LOCK_FREE,ATOMIC_SHORT_LOCK_FREE,ATOMIC_INT_LOCK_FREE,ATOMIC_LONG_LOCK_FREE,ATOMIC_LLONG_LOCK_FREE,ATOMIC_POINTER_LOCK_FREE[meta alias]
203-
204- ```cpp
205- #define ATOMIC_BOOL_LOCK_FREE unspecified // (1)
206- < /code>< /pre> </summary >
207-
208- <author >
209- <name >Raclamusi</name >
210- <email >raclamusi@gmail.com</email >
211- </author >
212- </entry >
213-
214215</feed >
0 commit comments