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 >2025-07-03T09:54:32.487612 </updated >
6
- <id >c91373ee-e073-4d83-a5c6-097445586cdd </id >
5
+ <updated >2025-07-03T11:08:04.917179 </updated >
6
+ <id >386c2b14-0766-407c-b254-eef271431999 </id >
7
7
8
8
9
+ <entry >
10
+ <title >atomic_compare_exchange_strong_explicit -- remove duplicate line</title >
11
+ <link href =" https://cpprefjp.github.io/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.html" />
12
+ <id >50d77b3b5ea16125b14c01203dd5efae367bfb4d:reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md</id >
13
+ <updated >2025-07-03T20:03:27+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md b/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md
16
+ index ce9e63899..ccc340401 100644
17
+ --- a/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md
18
+ +++ b/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md
19
+ @@ -102,7 +102,6 @@ int main()
20
+ ## 参照
21
+ - [`atomic_compare_exchange_strong() - shared_ptr`](atomic_compare_exchange_strong.md)
22
+ - [`atomic_compare_exchange_strong_explicit() - & lt;atomic& gt;`](/reference/atomic/atomic_compare_exchange_strong_explicit.md)
23
+ -- [`atomic_compare_exchange_strong_explicit() - & lt;atomic& gt;`](/reference/atomic/atomic_compare_exchange_strong_explicit.md)
24
+ - [N2674 Shared_ptr atomic access, revision 1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2674.htm)
25
+ - [C++0x Shared_ptr atomic access - Faith and Brave - C++で遊ぼう](http://faithandbrave.hateblo.jp/entry/20081015/1224066366)
26
+ - [LWG Issue 2172. Does `atomic_compare_exchange_*` accept `v == nullptr` arguments?](http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2172)
27
+ < /code>< /pre> </summary >
28
+
29
+ <author >
30
+ <name >suomesta</name >
31
+
32
+ </author >
33
+ </entry >
34
+
35
+ <entry >
36
+ <title >max_load_factor -- remove duplicate line</title >
37
+ <link href =" https://cpprefjp.github.io/reference/unordered_map/unordered_map/max_load_factor.html" />
38
+ <id >50d77b3b5ea16125b14c01203dd5efae367bfb4d:reference/unordered_map/unordered_map/max_load_factor.md</id >
39
+ <updated >2025-07-03T20:03:27+09:00</updated >
40
+
41
+ <summary type =" html" >< pre>< code> diff --git a/reference/unordered_map/unordered_map/max_load_factor.md b/reference/unordered_map/unordered_map/max_load_factor.md
42
+ index 0611743d4..8b64fc6d4 100644
43
+ --- a/reference/unordered_map/unordered_map/max_load_factor.md
44
+ +++ b/reference/unordered_map/unordered_map/max_load_factor.md
45
+ @@ -127,7 +127,6 @@ new load_factor: 1.125
46
+
47
+ ### 処理系
48
+ - [Clang](/implementation.md#clang): ??
49
+ -- [Clang](/implementation.md#clang): ??
50
+ - [GCC](/implementation.md#gcc): ??
51
+ - [ICC](/implementation.md#icc): ?
52
+ - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
53
+ < /code>< /pre> </summary >
54
+
55
+ <author >
56
+ <name >suomesta</name >
57
+
58
+ </author >
59
+ </entry >
60
+
61
+ <entry >
62
+ <title >max_load_factor -- remove duplicate line</title >
63
+ <link href =" https://cpprefjp.github.io/reference/unordered_map/unordered_multimap/max_load_factor.html" />
64
+ <id >50d77b3b5ea16125b14c01203dd5efae367bfb4d:reference/unordered_map/unordered_multimap/max_load_factor.md</id >
65
+ <updated >2025-07-03T20:03:27+09:00</updated >
66
+
67
+ <summary type =" html" >< pre>< code> diff --git a/reference/unordered_map/unordered_multimap/max_load_factor.md b/reference/unordered_map/unordered_multimap/max_load_factor.md
68
+ index 160c94796..7b587bc74 100644
69
+ --- a/reference/unordered_map/unordered_multimap/max_load_factor.md
70
+ +++ b/reference/unordered_map/unordered_multimap/max_load_factor.md
71
+ @@ -129,7 +129,6 @@ new load_factor: 1.125
72
+
73
+ ### 処理系
74
+ - [Clang](/implementation.md#clang): ??
75
+ -- [Clang](/implementation.md#clang): ??
76
+ - [GCC](/implementation.md#gcc): ??
77
+ - [ICC](/implementation.md#icc): ?
78
+ - [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]
79
+ < /code>< /pre> </summary >
80
+
81
+ <author >
82
+ <name >suomesta</name >
83
+
84
+ </author >
85
+ </entry >
86
+
9
87
<entry >
10
88
<title >operator= -- 代入演算子のタイトルを operator= で統一</title >
11
89
<link href =" https://cpprefjp.github.io/reference/coroutine/coroutine_handle/op_assign.html" />
@@ -343,49 +421,4 @@ index 9f6fab227..4d20f58a1 100644
343
421
</author >
344
422
</entry >
345
423
346
- <entry >
347
- <title >max_align_t -- improve std::max_align_t</title >
348
- <link href =" https://cpprefjp.github.io/reference/cstddef/max_align_t.html" />
349
- <id >5dd8cd882070365995310e41ccc4e7efcc1733ba:reference/cstddef/max_align_t.md</id >
350
- <updated >2025-07-02T20:02:52+09:00</updated >
351
-
352
- <summary type =" html" >< pre>< code> diff --git a/reference/cstddef/max_align_t.md b/reference/cstddef/max_align_t.md
353
- index 9e99e2078..0c04c6d60 100644
354
- --- a/reference/cstddef/max_align_t.md
355
- +++ b/reference/cstddef/max_align_t.md
356
- @@ -11,7 +11,7 @@ namespace std {
357
- ```
358
-
359
- ## 概要
360
- -`std::max_align_t`は、どのスカラー型よりも大きいアライメントを必要とする型である。
361
- +`std::max_align_t`のアライメントサイズは、スカラー型の中の最も大きなアライメントサイズと同じかそれ以上である。
362
-
363
- この型は、C++11では[POD型](/reference/type_traits/is_pod.md)、C++20では[トリビアル型](/reference/type_traits/is_trivial.md)に分類される。
364
-
365
- @@ -28,6 +28,8 @@ int main()
366
- {
367
- std::cout & lt;& lt; & #34;sizeof(max_align_t): & #34; & lt;& lt; sizeof(std::max_align_t) & lt;& lt; std::endl;
368
- std::cout & lt;& lt; & #34;alignof(max_align_t): & #34; & lt;& lt; alignof(std::max_align_t) & lt;& lt; std::endl;
369
- + static_assert(alignof(std::max_align_t) & gt;= alignof(long long), & #34;& #34;);
370
- + static_assert(alignof(std::max_align_t) & gt;= alignof(long double), & #34;& #34;);
371
-
372
- std::cout & lt;& lt; & #34;is_object& lt;max_align_t& gt;: & #34; & lt;& lt; std::is_object& lt;std::max_align_t& gt;::value & lt;& lt; std::endl;
373
- std::cout & lt;& lt; & #34;is_scalar& lt;max_align_t& gt;: & #34; & lt;& lt; std::is_scalar& lt;std::max_align_t& gt;::value & lt;& lt; std::endl;
374
- @@ -45,7 +47,7 @@ int main()
375
- * std::is_class[link /reference/type_traits/is_class.md]
376
- * std::is_pod[link /reference/type_traits/is_pod.md]
377
-
378
- -### 出力
379
- +### 出力例
380
- ```
381
- sizeof(max_align_t): 24
382
- alignof(max_align_t): 8
383
- < /code>< /pre> </summary >
384
-
385
- <author >
386
- <name >suomesta</name >
387
-
388
- </author >
389
- </entry >
390
-
391
424
</feed >
0 commit comments