Skip to content

Commit 9b97f4e

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 9f0961e commit 9b97f4e

File tree

10 files changed

+228
-54
lines changed

10 files changed

+228
-54
lines changed

reference/execution/execution/as_awaitable.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="2025-06-02T08:53:13">
204-
2025年06月02日 08時53分13秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -396,6 +396,7 @@ <h2>関連項目</h2>
396396
<h2>参照</h2>
397397
<ul>
398398
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
399+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
399400
</ul></div>
400401

401402
</div>

reference/execution/execution/basic-operation.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="2025-05-29T09:44:42">
204-
2025年05月29日 09時44分42秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -334,6 +334,7 @@ <h2>関連項目</h2>
334334
<h2>参照</h2>
335335
<ul>
336336
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
337+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
337338
</ul></div>
338339

339340
</div>

reference/execution/execution/connect.html

Lines changed: 4 additions & 3 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="2025-06-02T08:53:13">
204-
2025年06月02日 08時53分13秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -310,7 +310,7 @@ <h3>Awaitable接続用へルパ</h3>
310310
<span class="n"><a href="set_stopped.html">set_stopped_t</a></span><span class="p">()</span><span class="o">&gt;</span>
311311
</code></pre></div>
312312
</p>
313-
<p>説明用の関数テンプレート<code>suspend-complete</code>とコルーチン<code>suspend-awaitable</code>を下記の通り定義する。</p>
313+
<p>説明用の関数テンプレート<code>suspend-complete</code>とコルーチン<code>connect-awaitable</code>を下記の通り定義する。</p>
314314
<p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span><span class="o">::</span><span class="n">execution</span> <span class="p">{</span>
315315
<span class="k">template</span><span class="o">&lt;</span><span class="k">class</span> <span class="nc">Fun</span><span class="p">,</span> <span class="n">class</span><span class="p">...</span> <span class="n">Ts</span><span class="o">&gt;</span>
316316
<span class="k">auto</span> <span class="n">suspend</span><span class="o">-</span><span class="n">complete</span><span class="p">(</span><span class="n">Fun</span> <span class="n">fun</span><span class="p">,</span> <span class="n">Ts</span><span class="o">&amp;&amp;</span><span class="p">...</span> <span class="n">as</span><span class="p">)</span> <span class="k">noexcept</span> <span class="p">{</span> <span class="c1">// exposition only</span>
@@ -399,6 +399,7 @@ <h2>関連項目</h2>
399399
<h2>参照</h2>
400400
<ul>
401401
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
402+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
402403
</ul></div>
403404

404405
</div>

reference/execution/execution/let_value.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="2025-06-03T14:36:23">
204-
2025年06月03日 14時36分23秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -565,6 +565,7 @@ <h2>参照</h2>
565565
<ul>
566566
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html" target="_blank">P2999R3 Sender Algorithm Customization</a></li>
567567
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
568+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
568569
</ul></div>
569570

570571
</div>

reference/execution/execution/schedule_from.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="2025-06-03T04:48:26">
204-
2025年06月03日 04時48分26秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -378,6 +378,7 @@ <h2>参照</h2>
378378
<ul>
379379
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html" target="_blank">P2999R3 Sender Algorithm Customization</a></li>
380380
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
381+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
381382
</ul></div>
382383

383384
</div>

reference/execution/execution/scheduler.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="2025-06-02T08:53:13">
204-
2025年06月02日 08時53分13秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -324,6 +324,7 @@ <h2>関連項目</h2>
324324
<h2>参照</h2>
325325
<ul>
326326
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
327+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
327328
</ul></div>
328329

329330
</div>

reference/execution/execution/when_all.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="2025-06-02T08:53:13">
204-
2025年06月02日 08時53分13秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -574,6 +574,7 @@ <h2>参照</h2>
574574
<ul>
575575
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html" target="_blank">P2999R3 Sender Algorithm Customization</a></li>
576576
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
577+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
577578
</ul></div>
578579

579580
</div>

reference/execution/execution/write-env.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="2025-05-13T09:12:09">
204-
2025年05月13日 09時12分09秒
203+
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204+
2025年06月03日 15時06分10秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -265,6 +265,7 @@ <h2>関連項目</h2>
265265
<h2>参照</h2>
266266
<ul>
267267
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
268+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html" target="_blank">P3396R1 std::execution wording fixes</a></li>
268269
</ul></div>
269270

270271
</div>

rss.xml

Lines changed: 195 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,203 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-06-03T15:00:08.642120</updated>
6-
<id>269ba19d-acbc-46c6-876e-e51098b47add</id>
5+
<updated>2025-06-03T15:12:03.299780</updated>
6+
<id>2d4d5c1b-589e-4d19-afe4-e9c104bbe367</id>
77

88

9+
<entry>
10+
<title>as_awaitable -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
11+
<link href="https://cpprefjp.github.io/reference/execution/execution/as_awaitable.html"/>
12+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/as_awaitable.md</id>
13+
<updated>2025-06-04T00:06:10+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/as_awaitable.md b/reference/execution/execution/as_awaitable.md
16+
index fa406534a..9b758ed05 100644
17+
--- a/reference/execution/execution/as_awaitable.md
18+
+++ b/reference/execution/execution/as_awaitable.md
19+
@@ -218,3 +218,4 @@ value-type await_resume();
20+
21+
## 参照
22+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
23+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
24+
&lt;/code&gt;&lt;/pre&gt;</summary>
25+
26+
<author>
27+
<name>yoh</name>
28+
<email>[email protected]</email>
29+
</author>
30+
</entry>
31+
32+
<entry>
33+
<title>basic-operation -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
34+
<link href="https://cpprefjp.github.io/reference/execution/execution/basic-operation.html"/>
35+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/basic-operation.md</id>
36+
<updated>2025-06-04T00:06:10+09:00</updated>
37+
38+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/basic-operation.md b/reference/execution/execution/basic-operation.md
39+
index d6b41da85..ff9838484 100644
40+
--- a/reference/execution/execution/basic-operation.md
41+
+++ b/reference/execution/execution/basic-operation.md
42+
@@ -151,3 +151,4 @@ using indices-for = remove_reference_t&amp;lt;Sndr&amp;gt;::indices-for; // exposition only
43+
44+
## 参照
45+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
46+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
47+
&lt;/code&gt;&lt;/pre&gt;</summary>
48+
49+
<author>
50+
<name>yoh</name>
51+
<email>[email protected]</email>
52+
</author>
53+
</entry>
54+
55+
<entry>
56+
<title>connect -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
57+
<link href="https://cpprefjp.github.io/reference/execution/execution/connect.html"/>
58+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/connect.md</id>
59+
<updated>2025-06-04T00:06:10+09:00</updated>
60+
61+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/connect.md b/reference/execution/execution/connect.md
62+
index 346172278..1ca3d497b 100644
63+
--- a/reference/execution/execution/connect.md
64+
+++ b/reference/execution/execution/connect.md
65+
@@ -125,7 +125,7 @@ completion_signatures&amp;lt;
66+
* set_stopped_t[link set_stopped.md]
67+
* exception_ptr[link /reference/exception/exception_ptr.md]
68+
69+
-説明用の関数テンプレート`suspend-complete`とコルーチン`suspend-awaitable`を下記の通り定義する。
70+
+説明用の関数テンプレート`suspend-complete`とコルーチン`connect-awaitable`を下記の通り定義する。
71+
72+
```cpp
73+
namespace std::execution {
74+
@@ -237,3 +237,4 @@ int main()
75+
76+
## 参照
77+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
78+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
79+
&lt;/code&gt;&lt;/pre&gt;</summary>
80+
81+
<author>
82+
<name>yoh</name>
83+
<email>[email protected]</email>
84+
</author>
85+
</entry>
86+
87+
<entry>
88+
<title>let_value -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
89+
<link href="https://cpprefjp.github.io/reference/execution/execution/let_value.html"/>
90+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/let_value.md</id>
91+
<updated>2025-06-04T00:06:10+09:00</updated>
92+
93+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/let_value.md b/reference/execution/execution/let_value.md
94+
index effdb9a9d..126b5d1e8 100644
95+
--- a/reference/execution/execution/let_value.md
96+
+++ b/reference/execution/execution/let_value.md
97+
@@ -403,3 +403,4 @@ catch 0
98+
## 参照
99+
- [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
100+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
101+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
102+
&lt;/code&gt;&lt;/pre&gt;</summary>
103+
104+
<author>
105+
<name>yoh</name>
106+
<email>[email protected]</email>
107+
</author>
108+
</entry>
109+
110+
<entry>
111+
<title>schedule_from -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
112+
<link href="https://cpprefjp.github.io/reference/execution/execution/schedule_from.html"/>
113+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/schedule_from.md</id>
114+
<updated>2025-06-04T00:06:10+09:00</updated>
115+
116+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/schedule_from.md b/reference/execution/execution/schedule_from.md
117+
index 43464855e..7ca0c2e01 100644
118+
--- a/reference/execution/execution/schedule_from.md
119+
+++ b/reference/execution/execution/schedule_from.md
120+
@@ -212,3 +212,4 @@ Senderアルゴリズム構築時および[Receiver](receiver.md)接続時に、
121+
## 参照
122+
- [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
123+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
124+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
125+
&lt;/code&gt;&lt;/pre&gt;</summary>
126+
127+
<author>
128+
<name>yoh</name>
129+
<email>[email protected]</email>
130+
</author>
131+
</entry>
132+
133+
<entry>
134+
<title>scheduler -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
135+
<link href="https://cpprefjp.github.io/reference/execution/execution/scheduler.html"/>
136+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/scheduler.md</id>
137+
<updated>2025-06-04T00:06:10+09:00</updated>
138+
139+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/scheduler.md b/reference/execution/execution/scheduler.md
140+
index 0a456b15a..9cb7b25f2 100644
141+
--- a/reference/execution/execution/scheduler.md
142+
+++ b/reference/execution/execution/scheduler.md
143+
@@ -133,3 +133,4 @@ int main()
144+
145+
## 参照
146+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
147+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
148+
&lt;/code&gt;&lt;/pre&gt;</summary>
149+
150+
<author>
151+
<name>yoh</name>
152+
<email>[email protected]</email>
153+
</author>
154+
</entry>
155+
156+
<entry>
157+
<title>when_all -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
158+
<link href="https://cpprefjp.github.io/reference/execution/execution/when_all.html"/>
159+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/when_all.md</id>
160+
<updated>2025-06-04T00:06:10+09:00</updated>
161+
162+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/when_all.md b/reference/execution/execution/when_all.md
163+
index 31cff92e1..b94f58fd7 100644
164+
--- a/reference/execution/execution/when_all.md
165+
+++ b/reference/execution/execution/when_all.md
166+
@@ -482,3 +482,4 @@ error=-2
167+
## 参照
168+
- [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
169+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
170+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
171+
&lt;/code&gt;&lt;/pre&gt;</summary>
172+
173+
<author>
174+
<name>yoh</name>
175+
<email>[email protected]</email>
176+
</author>
177+
</entry>
178+
179+
<entry>
180+
<title>write-env -- execution: 影響箇所へP3396R1参照追記 (#1384)</title>
181+
<link href="https://cpprefjp.github.io/reference/execution/execution/write-env.html"/>
182+
<id>30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/write-env.md</id>
183+
<updated>2025-06-04T00:06:10+09:00</updated>
184+
185+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/write-env.md b/reference/execution/execution/write-env.md
186+
index 8b97ac73c..3bfda3d39 100644
187+
--- a/reference/execution/execution/write-env.md
188+
+++ b/reference/execution/execution/write-env.md
189+
@@ -57,3 +57,4 @@ struct impls-for&amp;lt;write-env-t&amp;gt; : default-impls {
190+
191+
## 参照
192+
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
193+
+- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
194+
&lt;/code&gt;&lt;/pre&gt;</summary>
195+
196+
<author>
197+
<name>yoh</name>
198+
<email>[email protected]</email>
199+
</author>
200+
</entry>
201+
9202
<entry>
10203
<title>call-result-t -- functional: 実行制御ライブラリへの内部リンク付与 (#1384)</title>
11204
<link href="https://cpprefjp.github.io/reference/functional/call-result-t.html"/>
@@ -1059,31 +1252,4 @@ index c82f71db8..6673b2808 100644
10591252
</author>
10601253
</entry>
10611254

1062-
<entry>
1063-
<title>推論補助 -- common_view::推論補助 : id typeを修正</title>
1064-
<link href="https://cpprefjp.github.io/reference/ranges/common_view/op_deduction_guide.html"/>
1065-
<id>6df87c76800d2e82fc232bafe4b5383d2d074489:reference/ranges/common_view/op_deduction_guide.md</id>
1066-
<updated>2025-06-02T22:26:52+09:00</updated>
1067-
1068-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ranges/common_view/op_deduction_guide.md b/reference/ranges/common_view/op_deduction_guide.md
1069-
index 4d07d482c..79e8b2107 100644
1070-
--- a/reference/ranges/common_view/op_deduction_guide.md
1071-
+++ b/reference/ranges/common_view/op_deduction_guide.md
1072-
@@ -2,7 +2,7 @@
1073-
* ranges[meta header]
1074-
* std::ranges[meta namespace]
1075-
* common_view[meta class]
1076-
-* deduction guide[meta id-type]
1077-
+* function[meta id-type]
1078-
* cpp20[meta cpp]
1079-
1080-
```cpp
1081-
&lt;/code&gt;&lt;/pre&gt;</summary>
1082-
1083-
<author>
1084-
<name>Akira Takahashi</name>
1085-
<email>[email protected]</email>
1086-
</author>
1087-
</entry>
1088-
10891255
</feed>

0 commit comments

Comments
 (0)