Skip to content

Commit 2c53e52

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 93362a4 commit 2c53e52

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

rss.xml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-11-07T09:38:26.669039</updated>
6-
<id>a15d4a3f-33b5-421c-86c8-d8503fd42f9d</id>
5+
<updated>2024-11-07T12:02:47.806482</updated>
6+
<id>9d2bae0b-d13a-4602-9583-ffee16ef9f71</id>
77

88

99
<entry>
@@ -274,31 +274,4 @@ index f0a1d8bce..5cddc1bad 100644
274274
</author>
275275
</entry>
276276

277-
<entry>
278-
<title>コンストラクタ -- コンストラクタ引数の誤りを修正</title>
279-
<link href="https://cpprefjp.github.io/reference/functional/function/op_constructor.html"/>
280-
<id>eee0ae9b0e2607ec07876fa2a8c495bff43cc28b:reference/functional/function/op_constructor.md</id>
281-
<updated>2024-11-03T03:25:04+09:00</updated>
282-
283-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/function/op_constructor.md b/reference/functional/function/op_constructor.md
284-
index f0a1d8bce..5cddc1bad 100644
285-
--- a/reference/functional/function/op_constructor.md
286-
+++ b/reference/functional/function/op_constructor.md
287-
@@ -14,7 +14,7 @@ function(function&amp;amp;&amp;amp; f); // (4) C++17まで
288-
function(function&amp;amp;&amp;amp; f) noexcept; // (4) C++20
289-
290-
template &amp;lt;class F&amp;gt;
291-
-function(F f); // (5)
292-
+function(F&amp;amp;&amp;amp; f); // (5)
293-
294-
template &amp;lt;class Alloc&amp;gt;
295-
function(allocator_arg_t, const Alloc&amp;amp; alloc) noexcept; // (6) C++17で削除
296-
&lt;/code&gt;&lt;/pre&gt;</summary>
297-
298-
<author>
299-
<name>biobios</name>
300-
<email>[email protected]</email>
301-
</author>
302-
</entry>
303-
304277
</feed>

0 commit comments

Comments
 (0)