Skip to content

Commit 1aba593

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 1c44cdf commit 1aba593

File tree

5 files changed

+92
-62
lines changed

5 files changed

+92
-62
lines changed

reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2024-09-03T06:17:49">
204-
2024年09月03日 06時17分49秒
203+
<span itemprop="datePublished" content="2025-07-03T11:03:27">
204+
2025年07月03日 11時03分27秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Akira Takahashi</span>
208+
<span itemprop="name">suomesta</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -296,7 +296,6 @@ <h2>参照</h2>
296296
<ul>
297297
<li><code><a href="atomic_compare_exchange_strong.html">atomic_compare_exchange_strong() - shared_ptr</a></code></li>
298298
<li><code><a href="../../atomic/atomic_compare_exchange_strong_explicit.html">atomic_compare_exchange_strong_explicit() - &lt;atomic&gt;</a></code></li>
299-
<li><code><a href="../../atomic/atomic_compare_exchange_strong_explicit.html">atomic_compare_exchange_strong_explicit() - &lt;atomic&gt;</a></code></li>
300299
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2674.htm" target="_blank">N2674 Shared_ptr atomic access, revision 1</a></li>
301300
<li><a href="http://faithandbrave.hateblo.jp/entry/20081015/1224066366" target="_blank">C++0x Shared_ptr atomic access - Faith and Brave - C++で遊ぼう</a></li>
302301
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2172" target="_blank">LWG Issue 2172. Does <code>atomic_compare_exchange_*</code> accept <code>v == nullptr</code> arguments?</a></li>

reference/unordered_map/unordered_map/max_load_factor.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2025-07-03T11:03:27">
204+
2025年07月03日 11時03分27秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Akira Takahashi</span>
208+
<span itemprop="name">suomesta</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -333,7 +333,6 @@ <h3>言語</h3>
333333
<h3>処理系</h3>
334334
<ul>
335335
<li><a href="../../../implementation.html#clang">Clang</a>: ??</li>
336-
<li><a href="../../../implementation.html#clang">Clang</a>: ??</li>
337336
<li><a href="../../../implementation.html#gcc">GCC</a>: ??</li>
338337
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
339338
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2012 <span aria-label="検証済" role="img" title="検証済"></span></li>

reference/unordered_map/unordered_multimap/max_load_factor.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2025-07-03T11:03:27">
204+
2025年07月03日 11時03分27秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Akira Takahashi</span>
208+
<span itemprop="name">suomesta</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -335,7 +335,6 @@ <h3>言語</h3>
335335
<h3>処理系</h3>
336336
<ul>
337337
<li><a href="../../../implementation.html#clang">Clang</a>: ??</li>
338-
<li><a href="../../../implementation.html#clang">Clang</a>: ??</li>
339338
<li><a href="../../../implementation.html#gcc">GCC</a>: ??</li>
340339
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
341340
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2012 <span aria-label="検証済" role="img" title="検証済"></span></li>

rss.xml

Lines changed: 80 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,88 @@
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-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>
77

88

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">&lt;pre&gt;&lt;code&gt;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() - &amp;lt;atomic&amp;gt;`](/reference/atomic/atomic_compare_exchange_strong_explicit.md)
23+
-- [`atomic_compare_exchange_strong_explicit() - &amp;lt;atomic&amp;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
28+
29+
<author>
30+
<name>suomesta</name>
31+
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
54+
55+
<author>
56+
<name>suomesta</name>
57+
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
80+
81+
<author>
82+
<name>suomesta</name>
83+
<email>[email protected]</email>
84+
</author>
85+
</entry>
86+
987
<entry>
1088
<title>operator= -- 代入演算子のタイトルを operator= で統一</title>
1189
<link href="https://cpprefjp.github.io/reference/coroutine/coroutine_handle/op_assign.html"/>
@@ -343,49 +421,4 @@ index 9f6fab227..4d20f58a1 100644
343421
</author>
344422
</entry>
345423

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">&lt;pre&gt;&lt;code&gt;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 &amp;lt;&amp;lt; &amp;#34;sizeof(max_align_t): &amp;#34; &amp;lt;&amp;lt; sizeof(std::max_align_t) &amp;lt;&amp;lt; std::endl;
368-
std::cout &amp;lt;&amp;lt; &amp;#34;alignof(max_align_t): &amp;#34; &amp;lt;&amp;lt; alignof(std::max_align_t) &amp;lt;&amp;lt; std::endl;
369-
+ static_assert(alignof(std::max_align_t) &amp;gt;= alignof(long long), &amp;#34;&amp;#34;);
370-
+ static_assert(alignof(std::max_align_t) &amp;gt;= alignof(long double), &amp;#34;&amp;#34;);
371-
372-
std::cout &amp;lt;&amp;lt; &amp;#34;is_object&amp;lt;max_align_t&amp;gt;: &amp;#34; &amp;lt;&amp;lt; std::is_object&amp;lt;std::max_align_t&amp;gt;::value &amp;lt;&amp;lt; std::endl;
373-
std::cout &amp;lt;&amp;lt; &amp;#34;is_scalar&amp;lt;max_align_t&amp;gt;: &amp;#34; &amp;lt;&amp;lt; std::is_scalar&amp;lt;std::max_align_t&amp;gt;::value &amp;lt;&amp;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-
&lt;/code&gt;&lt;/pre&gt;</summary>
384-
385-
<author>
386-
<name>suomesta</name>
387-
<email>[email protected]</email>
388-
</author>
389-
</entry>
390-
391424
</feed>

sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8193,7 +8193,7 @@
81938193

81948194
<url>
81958195
<loc>https://cpprefjp.github.io/reference/unordered_map/unordered_map/max_load_factor.html</loc>
8196-
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
8196+
<lastmod>2025-07-03T20:03:27+09:00</lastmod>
81978197
<changefreq>daily</changefreq>
81988198
<priority>0.6</priority>
81998199
</url>
@@ -8501,7 +8501,7 @@
85018501

85028502
<url>
85038503
<loc>https://cpprefjp.github.io/reference/unordered_map/unordered_multimap/max_load_factor.html</loc>
8504-
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
8504+
<lastmod>2025-07-03T20:03:27+09:00</lastmod>
85058505
<changefreq>daily</changefreq>
85068506
<priority>0.6</priority>
85078507
</url>
@@ -28150,7 +28150,7 @@
2815028150

2815128151
<url>
2815228152
<loc>https://cpprefjp.github.io/reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.html</loc>
28153-
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
28153+
<lastmod>2025-07-03T20:03:27+09:00</lastmod>
2815428154
<changefreq>daily</changefreq>
2815528155
<priority>0.6</priority>
2815628156
</url>

0 commit comments

Comments
 (0)