Skip to content

Commit 2a977a6

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 3fcac03 commit 2a977a6

File tree

6 files changed

+110
-50
lines changed

6 files changed

+110
-50
lines changed

reference/unordered_map/unordered_map/insert.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
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="2024-11-01T02:26:03">
204+
2024年11月01日 02時26分03秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -587,6 +587,7 @@ <h2>参照</h2>
587587
<li>(9), (10)経緯となる提案文書</li>
588588
</ul>
589589
</li>
590+
<li><a href="https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428" target="_blank">How useful is the hint passed to the std::unordered_... collections? - The Old New Thing</a></li>
590591
</ul></div>
591592

592593
</div>

reference/unordered_map/unordered_multimap/insert.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
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="2024-11-01T02:26:03">
204+
2024年11月01日 02時26分03秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -576,6 +576,7 @@ <h2>参照</h2>
576576
<li>(9), (10)経緯となる提案文書</li>
577577
</ul>
578578
</li>
579+
<li><a href="https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428" target="_blank">How useful is the hint passed to the std::unordered_... collections? - The Old New Thing</a></li>
579580
</ul></div>
580581

581582
</div>

reference/unordered_set/unordered_multiset/insert.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
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="2024-11-01T02:26:03">
204+
2024年11月01日 02時26分03秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -494,6 +494,7 @@ <h2>参照</h2>
494494
<li>(5), (6)経緯となる提案文書</li>
495495
</ul>
496496
</li>
497+
<li><a href="https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428" target="_blank">How useful is the hint passed to the std::unordered_... collections? - The Old New Thing</a></li>
497498
</ul></div>
498499

499500
</div>

reference/unordered_set/unordered_set/insert.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
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="2024-11-01T02:26:03">
204+
2024年11月01日 02時26分03秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -506,6 +506,7 @@ <h2>参照</h2>
506506
<li>(5), (6)経緯となる提案文書</li>
507507
</ul>
508508
</li>
509+
<li><a href="https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428" target="_blank">How useful is the hint passed to the std::unordered_... collections? - The Old New Thing</a></li>
509510
</ul></div>
510511

511512
</div>

rss.xml

Lines changed: 94 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,102 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-10-31T14:42:37.360930</updated>
6-
<id>c90d66af-3fd2-4e88-9200-546886df6af9</id>
5+
<updated>2024-11-01T02:29:10.979460</updated>
6+
<id>5eefed8f-45f7-4de0-b26b-1872bce8fbe7</id>
77

88

9+
<entry>
10+
<title>insert -- unorderedのinsert : hintの活用についてのMicrosoftの記事を参照に追加</title>
11+
<link href="https://cpprefjp.github.io/reference/unordered_map/unordered_map/insert.html"/>
12+
<id>19bc6aeae5911beec14833e57b007a067f2b424b:reference/unordered_map/unordered_map/insert.md</id>
13+
<updated>2024-11-01T11:26:03+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_map/insert.md b/reference/unordered_map/unordered_map/insert.md
16+
index 6b0e903f3..4eec85b02 100644
17+
--- a/reference/unordered_map/unordered_map/insert.md
18+
+++ b/reference/unordered_map/unordered_map/insert.md
19+
@@ -314,3 +314,4 @@ inline void unordered_map&amp;lt;Key, Hash, Pred, Allocator&amp;gt;::insert(initializer_list&amp;lt;K
20+
- [LWG Issue 2156. Unordered containers&amp;#39; reserve(n) reserves for n-1 elements](https://wg21.cmeerw.net/lwg/issue2156)
21+
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
22+
- (9), (10)経緯となる提案文書
23+
+- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)
24+
&lt;/code&gt;&lt;/pre&gt;</summary>
25+
26+
<author>
27+
<name>Akira Takahashi</name>
28+
<email>[email protected]</email>
29+
</author>
30+
</entry>
31+
32+
<entry>
33+
<title>insert -- unorderedのinsert : hintの活用についてのMicrosoftの記事を参照に追加</title>
34+
<link href="https://cpprefjp.github.io/reference/unordered_map/unordered_multimap/insert.html"/>
35+
<id>19bc6aeae5911beec14833e57b007a067f2b424b:reference/unordered_map/unordered_multimap/insert.md</id>
36+
<updated>2024-11-01T11:26:03+09:00</updated>
37+
38+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_map/unordered_multimap/insert.md b/reference/unordered_map/unordered_multimap/insert.md
39+
index 49b058d6e..209d4ca8a 100644
40+
--- a/reference/unordered_map/unordered_multimap/insert.md
41+
+++ b/reference/unordered_map/unordered_multimap/insert.md
42+
@@ -305,3 +305,4 @@ inline void unordered_multimap&amp;lt;Key, Hash, Pred, Allocator&amp;gt;::insert(initializer_l
43+
- [LWG Issue 2156. Unordered containers&amp;#39; reserve(n) reserves for n-1 elements](https://wg21.cmeerw.net/lwg/issue2156)
44+
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
45+
- (9), (10)経緯となる提案文書
46+
+- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)
47+
&lt;/code&gt;&lt;/pre&gt;</summary>
48+
49+
<author>
50+
<name>Akira Takahashi</name>
51+
<email>[email protected]</email>
52+
</author>
53+
</entry>
54+
55+
<entry>
56+
<title>insert -- unorderedのinsert : hintの活用についてのMicrosoftの記事を参照に追加</title>
57+
<link href="https://cpprefjp.github.io/reference/unordered_set/unordered_multiset/insert.html"/>
58+
<id>19bc6aeae5911beec14833e57b007a067f2b424b:reference/unordered_set/unordered_multiset/insert.md</id>
59+
<updated>2024-11-01T11:26:03+09:00</updated>
60+
61+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_set/unordered_multiset/insert.md b/reference/unordered_set/unordered_multiset/insert.md
62+
index 8731400d7..918f905b2 100644
63+
--- a/reference/unordered_set/unordered_multiset/insert.md
64+
+++ b/reference/unordered_set/unordered_multiset/insert.md
65+
@@ -245,3 +245,4 @@ inline void unordered_multiset&amp;lt;Key, Hash, Pred, Allocator&amp;gt;::insert(std::initiali
66+
- 安定性の保証が規定された経緯のレポート
67+
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
68+
- (5), (6)経緯となる提案文書
69+
+- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)
70+
&lt;/code&gt;&lt;/pre&gt;</summary>
71+
72+
<author>
73+
<name>Akira Takahashi</name>
74+
<email>[email protected]</email>
75+
</author>
76+
</entry>
77+
78+
<entry>
79+
<title>insert -- unorderedのinsert : hintの活用についてのMicrosoftの記事を参照に追加</title>
80+
<link href="https://cpprefjp.github.io/reference/unordered_set/unordered_set/insert.html"/>
81+
<id>19bc6aeae5911beec14833e57b007a067f2b424b:reference/unordered_set/unordered_set/insert.md</id>
82+
<updated>2024-11-01T11:26:03+09:00</updated>
83+
84+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/unordered_set/unordered_set/insert.md b/reference/unordered_set/unordered_set/insert.md
85+
index e6779f65a..c6eb0e16e 100644
86+
--- a/reference/unordered_set/unordered_set/insert.md
87+
+++ b/reference/unordered_set/unordered_set/insert.md
88+
@@ -260,3 +260,4 @@ inline void unordered_set&amp;lt;Key, Hash, Pred, Allocator&amp;gt;::insert(initializer_list&amp;lt;K
89+
- (4)の経緯となる提案文書
90+
- [Splicing Maps and Sets(Revision 5)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf)
91+
- (5), (6)経緯となる提案文書
92+
+- [How useful is the hint passed to the std::unordered_... collections? - The Old New Thing](https://devblogs.microsoft.com/oldnewthing/20241028-00/?p=110428)
93+
&lt;/code&gt;&lt;/pre&gt;</summary>
94+
95+
<author>
96+
<name>Akira Takahashi</name>
97+
<email>[email protected]</email>
98+
</author>
99+
</entry>
100+
9101
<entry>
10102
<title>contains -- string::contains : バージョン表記のミスを修正</title>
11103
<link href="https://cpprefjp.github.io/reference/string/basic_string/contains.html"/>
@@ -1824,40 +1916,4 @@ C++ の標準規格は、他にも各国の規格化団体によって国際標
18241916
</author>
18251917
</entry>
18261918

1827-
<entry>
1828-
<title>leap_second -- chrono/leap_second: 例示コード修正(GCC13.2)</title>
1829-
<link href="https://cpprefjp.github.io/reference/chrono/leap_second.html"/>
1830-
<id>022d8d832cf0405068cbd032db0fe83d30b0a3f3:reference/chrono/leap_second.md</id>
1831-
<updated>2024-10-17T21:45:03+09:00</updated>
1832-
1833-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/chrono/leap_second.md b/reference/chrono/leap_second.md
1834-
index 7988c7420..9f3df9e4b 100644
1835-
--- a/reference/chrono/leap_second.md
1836-
+++ b/reference/chrono/leap_second.md
1837-
@@ -67,7 +67,7 @@ int main()
1838-
{
1839-
// 2018年3月17日までにうるう秒が挿入された日を列挙する
1840-
for (const chrono::leap_second&amp;amp; date : chrono::get_tzdb().leap_seconds) {
1841-
- if (date &amp;lt;= 2018y/3/17)
1842-
+ if (date.date() &amp;lt;= chrono::sys_days{2018y/3/17})
1843-
std::cout &amp;lt;&amp;lt; date.date() &amp;lt;&amp;lt; &amp;#34;: &amp;#34; &amp;lt;&amp;lt; date.value() &amp;lt;&amp;lt; std::endl;
1844-
}
1845-
}
1846-
@@ -114,7 +114,7 @@ int main()
1847-
1848-
### 処理系
1849-
- [Clang](/implementation.md#clang): 9.0 [mark noimpl]
1850-
-- [GCC](/implementation.md#gcc): 9.2 [mark noimpl]
1851-
+- [GCC](/implementation.md#gcc): 9.2 [mark noimpl], 13.2 [mark verified]
1852-
- [Visual C++](/implementation.md#visual_cpp): 2019 Update 3 [mark noimpl]
1853-
1854-
1855-
&lt;/code&gt;&lt;/pre&gt;</summary>
1856-
1857-
<author>
1858-
<name>yoh</name>
1859-
<email>[email protected]</email>
1860-
</author>
1861-
</entry>
1862-
18631919
</feed>

sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9558,7 +9558,7 @@
95589558

95599559
<url>
95609560
<loc>https://cpprefjp.github.io/reference/unordered_map/unordered_map/insert.html</loc>
9561-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
9561+
<lastmod>2024-11-01T11:26:03+09:00</lastmod>
95629562
<changefreq>daily</changefreq>
95639563
<priority>0.6</priority>
95649564
</url>
@@ -9880,7 +9880,7 @@
98809880

98819881
<url>
98829882
<loc>https://cpprefjp.github.io/reference/unordered_map/unordered_multimap/insert.html</loc>
9883-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
9883+
<lastmod>2024-11-01T11:26:03+09:00</lastmod>
98849884
<changefreq>daily</changefreq>
98859885
<priority>0.6</priority>
98869886
</url>
@@ -11336,7 +11336,7 @@
1133611336

1133711337
<url>
1133811338
<loc>https://cpprefjp.github.io/reference/unordered_set/unordered_multiset/insert.html</loc>
11339-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
11339+
<lastmod>2024-11-01T11:26:03+09:00</lastmod>
1134011340
<changefreq>daily</changefreq>
1134111341
<priority>0.6</priority>
1134211342
</url>
@@ -11637,7 +11637,7 @@
1163711637

1163811638
<url>
1163911639
<loc>https://cpprefjp.github.io/reference/unordered_set/unordered_set/insert.html</loc>
11640-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
11640+
<lastmod>2024-11-01T11:26:03+09:00</lastmod>
1164111641
<changefreq>daily</changefreq>
1164211642
<priority>0.6</priority>
1164311643
</url>

0 commit comments

Comments
 (0)