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-03T03:00:11.722703 </updated >
6- <id >d8f1e47d-7ca4-4f50-8895-e838fdd993d5 </id >
5+ <updated >2026-01-03T03:05:19.805762 </updated >
6+ <id >7eff886c-9e44-4b41-8fc5-5589fa04ad30 </id >
77
88
9+ <entry >
10+ <title >operator() -- change 出力 to 出力例</title >
11+ <link href =" https://cpprefjp.github.io/reference/compare/compare_three_way/op_call.html" />
12+ <id >3ff9e7a77808ada2a311b2e9aaf5ff1054615148:reference/compare/compare_three_way/op_call.md</id >
13+ <updated >2026-01-03T12:00:52+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/compare/compare_three_way/op_call.md b/reference/compare/compare_three_way/op_call.md
16+ index d223cc3e6..6acefcb42 100644
17+ --- a/reference/compare/compare_three_way/op_call.md
18+ +++ b/reference/compare/compare_three_way/op_call.md
19+ @@ -74,7 +74,7 @@ int main() {
20+ }
21+ ```
22+
23+ -### 出力
24+ +### 出力例
25+ ```
26+ true
27+ false
28+ < /code>< /pre> </summary >
29+
30+ <author >
31+ <name >suomesta</name >
32+ <email >shawn316michaels@gmail.com</email >
33+ </author >
34+ </entry >
35+
936 <entry >
1037 <title >swap -- fix swap()s in < sstream> </title >
1138 <link href =" https://cpprefjp.github.io/reference/sstream/basic_istringstream/swap.html" />
@@ -2223,52 +2250,4 @@ index 0b0d620bf..db9485d85 100644
22232250 </author >
22242251 </entry >
22252252
2226- <entry >
2227- <title >assertion_kind -- fixing doc links(#1419)</title >
2228- <link href =" https://cpprefjp.github.io/reference/contracts/assertion_kind.html" />
2229- <id >cf0bc4e9eb436750a109a4a1f064aa999e6c79dc:reference/contracts/assertion_kind.md</id >
2230- <updated >2025-12-26T18:09:46+09:00</updated >
2231-
2232- <summary type =" html" >< pre>< code> diff --git a/reference/contracts/assertion_kind.md b/reference/contracts/assertion_kind.md
2233- index 8b4d2768d..0b0d620bf 100644
2234- --- a/reference/contracts/assertion_kind.md
2235- +++ b/reference/contracts/assertion_kind.md
2236- @@ -34,4 +34,4 @@ namespace std::contracts {
2237- - [契約プログラミング](/lang/cpp26/contracts.md)
2238-
2239- ## 参照
2240- -- [P0542R5 Support for contract based programming in C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0542r5.html)
2241- +- [P2900R14 Contracts for C++](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2900r14.pdf)
2242- < /code>< /pre> </summary >
2243-
2244- <author >
2245- <name >rotarymars</name >
2246- <email >s.goto2050@gmail.com</email >
2247- </author >
2248- </entry >
2249-
2250- <entry >
2251- <title >detection_mode -- fixing doc links(#1419)</title >
2252- <link href =" https://cpprefjp.github.io/reference/contracts/detection_mode.html" />
2253- <id >cf0bc4e9eb436750a109a4a1f064aa999e6c79dc:reference/contracts/detection_mode.md</id >
2254- <updated >2025-12-26T18:09:46+09:00</updated >
2255-
2256- <summary type =" html" >< pre>< code> diff --git a/reference/contracts/detection_mode.md b/reference/contracts/detection_mode.md
2257- index 42cb2b8dc..6abb059d3 100644
2258- --- a/reference/contracts/detection_mode.md
2259- +++ b/reference/contracts/detection_mode.md
2260- @@ -37,4 +37,4 @@ namespace std::contracts {
2261- - [契約プログラミング](/lang/cpp26/contracts.md)
2262-
2263- ## 参照
2264- -- [P0542R5 Support for contract based programming in C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0542r5.html)
2265- +- [P2900R14 Contracts for C++](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2900r14.pdf)
2266- < /code>< /pre> </summary >
2267-
2268- <author >
2269- <name >rotarymars</name >
2270- <email >s.goto2050@gmail.com</email >
2271- </author >
2272- </entry >
2273-
22742253</feed >
0 commit comments