22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2025-07-21T14:52:32.749595 </updated >
6- <id >3ba3e499-b95d-4302-aff1-b3a651a99850 </id >
5+ <updated >2025-07-22T09:43:08.175507 </updated >
6+ <id >073ebe72-5969-4294-a186-41da985ab284 </id >
77
88
9+ <entry >
10+ <title >swap -- node_handle : リンクミスを修正</title >
11+ <link href =" https://cpprefjp.github.io/reference/node_handle/node_handle/swap.html" />
12+ <id >4b0e7ea7c835aefe4e7bc318783691ed1d366242:reference/node_handle/node_handle/swap.md</id >
13+ <updated >2025-07-22T18:39:16+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/node_handle/node_handle/swap.md b/reference/node_handle/node_handle/swap.md
16+ index c3f3741ac..a2ba4f1dc 100644
17+ --- a/reference/node_handle/node_handle/swap.md
18+ +++ b/reference/node_handle/node_handle/swap.md
19+ @@ -64,7 +64,7 @@ int main()
20+ }
21+ ```
22+ * swap[color ff0000]
23+ -* extract[link reference/map/map/extract.md.nolink]
24+ +* extract[link /reference/map/map/extract.md]
25+ * key[link key.md]
26+ * mapped[link mapped.md]
27+
28+ < /code>< /pre> </summary >
29+
30+ <author >
31+ <name >Akira Takahashi</name >
32+ 33+ </author >
34+ </entry >
35+
36+ <entry >
37+ <title >swap (非メンバ関数) -- node_handle : リンクミスを修正</title >
38+ <link href =" https://cpprefjp.github.io/reference/node_handle/node_handle/swap_free.html" />
39+ <id >4b0e7ea7c835aefe4e7bc318783691ed1d366242:reference/node_handle/node_handle/swap_free.md</id >
40+ <updated >2025-07-22T18:39:16+09:00</updated >
41+
42+ <summary type =" html" >< pre>< code> diff --git a/reference/node_handle/node_handle/swap_free.md b/reference/node_handle/node_handle/swap_free.md
43+ index 676ddfe2b..919a7f31a 100644
44+ --- a/reference/node_handle/node_handle/swap_free.md
45+ +++ b/reference/node_handle/node_handle/swap_free.md
46+ @@ -52,7 +52,7 @@ int main()
47+ }
48+ ```
49+ * std::swap[color ff0000]
50+ -* extract[link reference/map/map/extract.md.nolink]
51+ +* extract[link /reference/map/map/extract.md]
52+ * key[link key.md]
53+ * mapped[link mapped.md]
54+
55+ < /code>< /pre> </summary >
56+
57+ <author >
58+ <name >Akira Takahashi</name >
59+ 60+ </author >
61+ </entry >
62+
963 <entry >
1064 <title >strtol -- fix: 参考にした記事はもとのタイトルをそのまま記述するべき (#1475)</title >
1165 <link href =" https://cpprefjp.github.io/reference/cstdlib/strtol.html" />
@@ -1109,33 +1163,4 @@ index a8f808adc..5b20b4df2 100644
11091163 </author >
11101164 </entry >
11111165
1112- <entry >
1113- <title >strtol -- strtol:記述の変更</title >
1114- <link href =" https://cpprefjp.github.io/reference/cstdlib/strtol.html" />
1115- <id >a3c4ce42e1367314524fb90a2ee4d9574d39693a:reference/cstdlib/strtol.md</id >
1116- <updated >2025-07-16T23:18:01+09:00</updated >
1117-
1118- <summary type =" html" >< pre>< code> diff --git a/reference/cstdlib/strtol.md b/reference/cstdlib/strtol.md
1119- index 08f290690..a8f808adc 100644
1120- --- a/reference/cstdlib/strtol.md
1121- +++ b/reference/cstdlib/strtol.md
1122- @@ -17,8 +17,8 @@ namespace std {
1123- 基数`base`は 2~36 または 0 の値を取る。
1124-
1125- `base`が0の場合
1126- -- 文字列の先頭が`0x`、`0X`は16進数
1127- -- 文字列の先頭が`0`の場合は8進数
1128- +- 文字列の先頭が`0x`または`0X`のときは16進数
1129- +- 文字列の先頭が`0`のときは8進数
1130- - その他の場合は10進数として変換する。
1131-
1132- 変換は次のように行われる
1133- < /code>< /pre> </summary >
1134-
1135- <author >
1136- <name >K10-K10</name >
1137- 1138- </author >
1139- </entry >
1140-
11411166</feed >
0 commit comments