Skip to content

Commit 354de05

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 3a09ef4 commit 354de05

File tree

7 files changed

+165
-44
lines changed

7 files changed

+165
-44
lines changed

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1u</span><span class="n">PUbZiqZqPFfWPyBoUqnVVciHEvjCIGB</span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/optional/optional/op_equal.html

Lines changed: 8 additions & 4 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-09-17T09:25:53">
204+
2024年09月17日 09時25分53秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -246,9 +246,9 @@
246246
</p>
247247
<h2>概要</h2>
248248
<p><code>optional</code>オブジェクトの等値比較を行う。</p>
249-
<h2>要件</h2>
249+
<h2><a class="cpprefjp-defined-word" data-desc="関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a></h2>
250250
<ul>
251-
<li>(1), (3), (4) : 型<code>T</code><code>==</code>で比較可能であること</li>
251+
<li>(1), (3), (4) : 型<code>T</code><code>==</code>で比較可能であり、その戻り値型が<code>bool</code>に変換可能であること</li>
252252
</ul>
253253
<h2>戻り値</h2>
254254
<ul>
@@ -333,6 +333,10 @@ <h2>参照</h2>
333333
<li>C++20での三方比較演算子の追加と、関連する演算子の自動導出</li>
334334
</ul>
335335
</li>
336+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html" target="_blank">P2944R3 Comparisons for <code>reference_wrapper</code></a><ul>
337+
<li>C++26で<a class="cpprefjp-defined-word" data-desc="関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a>が整理された</li>
338+
</ul>
339+
</li>
336340
</ul></div>
337341

338342
</div>

reference/tuple/tuple/op_equal.html

Lines changed: 7 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="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2024-09-17T09:25:53">
204+
2024年09月17日 09時25分53秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -242,7 +242,7 @@
242242
</p>
243243
<h2>概要</h2>
244244
<p>2つの<code><a href="../tuple.html">tuple</a></code>オブジェクトの等値比較を行う。また、<code><a href="../tuple-like.html">tuple-like</a></code>なオブジェクトとの等値比較を行う。(C++23以降)</p>
245-
<h2>要件</h2>
245+
<h2><a class="cpprefjp-defined-word" data-desc="関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a></h2>
246246
<ul>
247247
<li>(1) : <ul>
248248
<li>2つの<code><a href="../tuple.html">tuple</a></code>オブジェクトの要素数が同じであること。(具体的には<code>sizeof...(TTypes) == sizeof...(UTypes)</code>であること。)</li>
@@ -313,6 +313,10 @@ <h2>参照</h2>
313313
</ul>
314314
</li>
315315
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2165r4.pdf" target="_blank">P2165R4 Compatibility between <code>tuple</code>, <code>pair</code> and <em>tuple-like</em> objects</a></li>
316+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html" target="_blank">P2944R3 Comparisons for <code>reference_wrapper</code></a><ul>
317+
<li>C++26で<a class="cpprefjp-defined-word" data-desc="関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a>が整理された</li>
318+
</ul>
319+
</li>
316320
</ul></div>
317321

318322
</div>

reference/utility/pair/op_equal.html

Lines changed: 10 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="2022-12-14T09:45:07">
204-
2022年12月14日 09時45分07秒
203+
<span itemprop="datePublished" content="2024-09-17T09:25:53">
204+
2024年09月17日 09時25分53秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -244,6 +244,10 @@
244244
</p>
245245
<h2>概要</h2>
246246
<p>2つの<code>pair</code>の等値比較を行う</p>
247+
<h2><a class="cpprefjp-defined-word" data-desc="関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a></h2>
248+
<ul>
249+
<li><code>x.first == y.first</code><code>x.second == y.second</code>が妥当であり、型<code>decltype(x.first == y.first)</code><code>decltype(x.second == y.second)</code><a href="../../concepts/boolean-testable.html">boolean-testable</a>のモデルであること</li>
250+
</ul>
247251
<h2>戻り値</h2>
248252
<p><div class="codehilite"><pre><span></span><code><span class="k">return</span> <span class="n">x</span><span class="p">.</span><span class="n">first</span> <span class="o">==</span> <span class="n">y</span><span class="p">.</span><span class="n">first</span> <span class="o">&amp;&amp;</span> <span class="n">x</span><span class="p">.</span><span class="n">second</span> <span class="o">==</span> <span class="n">y</span><span class="p">.</span><span class="n">second</span><span class="p">;</span>
249253
</code></pre></div>
@@ -283,6 +287,10 @@ <h2>参照</h2>
283287
<li>C++20での三方比較演算子の追加と、関連する演算子の自動導出</li>
284288
</ul>
285289
</li>
290+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html" target="_blank">P2944R3 Comparisons for <code>reference_wrapper</code></a><ul>
291+
<li>C++26で<a class="cpprefjp-defined-word" data-desc="関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a>が整理された</li>
292+
</ul>
293+
</li>
286294
</ul></div>
287295

288296
</div>

reference/variant/variant/op_equal.html

Lines changed: 6 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-09-17T09:25:53">
204+
2024年09月17日 09時25分53秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -276,6 +276,10 @@ <h3>処理系</h3>
276276
<h2>参照</h2>
277277
<ul>
278278
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0393r3.html" target="_blank">P0393R3 Making Variant Greater Equal</a></li>
279+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html" target="_blank">P2944R3 Comparisons for <code>reference_wrapper</code></a><ul>
280+
<li>C++26で<a class="cpprefjp-defined-word" data-desc="関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a>が整理された</li>
281+
</ul>
282+
</li>
279283
</ul></div>
280284

281285
</div>

rss.xml

Lines changed: 129 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,137 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-09-17T09:22:35.417172</updated>
6-
<id>64e6ad36-d272-415b-bdee-ee4cf569feb5</id>
5+
<updated>2024-09-17T09:28:54.353891</updated>
6+
<id>d9bf7f84-2a8c-4bc2-b58e-60e0c99fe1d0</id>
77

88

9+
<entry>
10+
<title>operator== -- optional, tuple, pair, variant : C++26対応としてテンプレートパラメータ制約を整理 #1340</title>
11+
<link href="https://cpprefjp.github.io/reference/optional/optional/op_equal.html"/>
12+
<id>fe9f6f74664afc8705138728149c0929539552ac:reference/optional/optional/op_equal.md</id>
13+
<updated>2024-09-17T18:25:53+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/optional/optional/op_equal.md b/reference/optional/optional/op_equal.md
16+
index b9079f2e2..c8161b828 100644
17+
--- a/reference/optional/optional/op_equal.md
18+
+++ b/reference/optional/optional/op_equal.md
19+
@@ -29,8 +29,8 @@ namespace std {
20+
`optional`オブジェクトの等値比較を行う。
21+
22+
23+
-## 要件
24+
-- (1), (3), (4) : 型`T`が`==`で比較可能であること
25+
+## テンプレートパラメータ制約
26+
+- (1), (3), (4) : 型`T`が`==`で比較可能であり、その戻り値型が`bool`に変換可能であること
27+
28+
29+
## 戻り値
30+
@@ -114,3 +114,5 @@ int main()
31+
- [LWG Issue 2934. `optional&amp;lt;const T&amp;gt;` doesn&amp;#39;t compare with `T`](https://wg21.cmeerw.net/lwg/issue2934)
32+
- [P1614R2 The Mothership has Landed](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html)
33+
- C++20での三方比較演算子の追加と、関連する演算子の自動導出
34+
+- [P2944R3 Comparisons for `reference_wrapper`](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html)
35+
+ - C++26でテンプレートパラメータ制約が整理された
36+
&lt;/code&gt;&lt;/pre&gt;</summary>
37+
38+
<author>
39+
<name>Akira Takahashi</name>
40+
<email>[email protected]</email>
41+
</author>
42+
</entry>
43+
44+
<entry>
45+
<title>operator== -- optional, tuple, pair, variant : C++26対応としてテンプレートパラメータ制約を整理 #1340</title>
46+
<link href="https://cpprefjp.github.io/reference/tuple/tuple/op_equal.html"/>
47+
<id>fe9f6f74664afc8705138728149c0929539552ac:reference/tuple/tuple/op_equal.md</id>
48+
<updated>2024-09-17T18:25:53+09:00</updated>
49+
50+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/tuple/tuple/op_equal.md b/reference/tuple/tuple/op_equal.md
51+
index 0e28dd8dd..fe541eb2c 100644
52+
--- a/reference/tuple/tuple/op_equal.md
53+
+++ b/reference/tuple/tuple/op_equal.md
54+
@@ -26,7 +26,7 @@ namespace std {
55+
2つの[`tuple`](../tuple.md)オブジェクトの等値比較を行う。また、[`tuple-like`](../tuple-like.md)なオブジェクトとの等値比較を行う。(C++23以降)
56+
57+
58+
-## 要件
59+
+## テンプレートパラメータ制約
60+
- (1) :
61+
- 2つの[`tuple`](../tuple.md)オブジェクトの要素数が同じであること。(具体的には`sizeof...(TTypes) == sizeof...(UTypes)`であること。)
62+
- [`tuple`](../tuple.md)の要素`std::`[`get`](get.md)`&amp;lt;i&amp;gt;(t)`と`std::`[`get`](get.md)`&amp;lt;i&amp;gt;(u)`において、すべての要素の比較 `std::`[`get`](get.md)`&amp;lt;i&amp;gt;(t) == std::`[`get`](get.md)`&amp;lt;i&amp;gt;(u)` の比較結果が`bool`に変換可能な型(C++23 以降は[`boolean-testable`](/reference/concepts/boolean-testable.md)を満たせばよい)であること。
63+
@@ -94,3 +94,5 @@ false
64+
- [P1614R2 The Mothership has Landed](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html)
65+
- C++20での三方比較演算子の追加と、関連する演算子の自動導出
66+
- [P2165R4 Compatibility between `tuple`, `pair` and *tuple-like* objects](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2165r4.pdf)
67+
+- [P2944R3 Comparisons for `reference_wrapper`](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html)
68+
+ - C++26でテンプレートパラメータ制約が整理された
69+
&lt;/code&gt;&lt;/pre&gt;</summary>
70+
71+
<author>
72+
<name>Akira Takahashi</name>
73+
<email>[email protected]</email>
74+
</author>
75+
</entry>
76+
77+
<entry>
78+
<title>operator== -- optional, tuple, pair, variant : C++26対応としてテンプレートパラメータ制約を整理 #1340</title>
79+
<link href="https://cpprefjp.github.io/reference/utility/pair/op_equal.html"/>
80+
<id>fe9f6f74664afc8705138728149c0929539552ac:reference/utility/pair/op_equal.md</id>
81+
<updated>2024-09-17T18:25:53+09:00</updated>
82+
83+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/utility/pair/op_equal.md b/reference/utility/pair/op_equal.md
84+
index c131b44a0..f4f02ba30 100644
85+
--- a/reference/utility/pair/op_equal.md
86+
+++ b/reference/utility/pair/op_equal.md
87+
@@ -26,6 +26,10 @@ namespace std {
88+
2つの`pair`の等値比較を行う
89+
90+
91+
+## テンプレートパラメータ制約
92+
+- 式`x.first == y.first`と`x.second == y.second`が妥当であり、型`decltype(x.first == y.first)`と`decltype(x.second == y.second)`が[boolean-testable](/reference/concepts/boolean-testable.md)のモデルであること
93+
+
94+
+
95+
## 戻り値
96+
```cpp
97+
return x.first == y.first &amp;amp;&amp;amp; x.second == y.second;
98+
@@ -65,3 +69,5 @@ false
99+
- [N3471 Constexpr Library Additions: utilities, v3](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3471.html)
100+
- [P1614R2 The Mothership has Landed](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html)
101+
- C++20での三方比較演算子の追加と、関連する演算子の自動導出
102+
+- [P2944R3 Comparisons for `reference_wrapper`](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html)
103+
+ - C++26でテンプレートパラメータ制約が整理された
104+
&lt;/code&gt;&lt;/pre&gt;</summary>
105+
106+
<author>
107+
<name>Akira Takahashi</name>
108+
<email>[email protected]</email>
109+
</author>
110+
</entry>
111+
112+
<entry>
113+
<title>operator== -- optional, tuple, pair, variant : C++26対応としてテンプレートパラメータ制約を整理 #1340</title>
114+
<link href="https://cpprefjp.github.io/reference/variant/variant/op_equal.html"/>
115+
<id>fe9f6f74664afc8705138728149c0929539552ac:reference/variant/variant/op_equal.md</id>
116+
<updated>2024-09-17T18:25:53+09:00</updated>
117+
118+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/variant/variant/op_equal.md b/reference/variant/variant/op_equal.md
119+
index fb29873a8..de76fd8af 100644
120+
--- a/reference/variant/variant/op_equal.md
121+
+++ b/reference/variant/variant/op_equal.md
122+
@@ -59,3 +59,5 @@ int main()
123+
124+
## 参照
125+
- [P0393R3 Making Variant Greater Equal](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0393r3.html)
126+
+- [P2944R3 Comparisons for `reference_wrapper`](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2944r3.html)
127+
+ - C++26でテンプレートパラメータ制約が整理された
128+
&lt;/code&gt;&lt;/pre&gt;</summary>
129+
130+
<author>
131+
<name>Akira Takahashi</name>
132+
<email>[email protected]</email>
133+
</author>
134+
</entry>
135+
9136
<entry>
10137
<title>C++26 -- C++26対応としてreference_wrapperのoperator==と&lt;=&gt;を追加 #1340</title>
11138
<link href="https://cpprefjp.github.io/lang/cpp26.html"/>
@@ -3304,32 +3431,6 @@ index ca4b5730f..a6792786b 100644
33043431
// C++23
33053432
if (auto [to, ec] = std::to_chars(p, last, 42); ec == std::errc{}) {
33063433
auto s = std::string(p, to);
3307-
&lt;/code&gt;&lt;/pre&gt;</summary>
3308-
3309-
<author>
3310-
<name>Akira Takahashi</name>
3311-
<email>[email protected]</email>
3312-
</author>
3313-
</entry>
3314-
3315-
<entry>
3316-
<title>条件式での構造化束縛の使用を許可 [P0963R3] -- リンクミスを修正</title>
3317-
<link href="https://cpprefjp.github.io/lang/cpp26/structured_binding_declaration_as_a_condition.html"/>
3318-
<id>fd2e8e6195e2743de72371757095abfebcaa4a2e:lang/cpp26/structured_binding_declaration_as_a_condition.md</id>
3319-
<updated>2024-09-12T13:14:47+09:00</updated>
3320-
3321-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp26/structured_binding_declaration_as_a_condition.md b/lang/cpp26/structured_binding_declaration_as_a_condition.md
3322-
index 38ccc97cf..ca4b5730f 100644
3323-
--- a/lang/cpp26/structured_binding_declaration_as_a_condition.md
3324-
+++ b/lang/cpp26/structured_binding_declaration_as_a_condition.md
3325-
@@ -32,7 +32,6 @@ if (auto [to, ec] = std::to_chars(p, last, 42)) {
3326-
* std::to_chars[link /reference/charconv/to_chars.md]
3327-
* std::to_chars_result[link /reference/charconv/to_chars_result.md]
3328-
* std::errc[link /reference/system_error/errc.md]
3329-
-* std::to_string[link /reference/string/to_string.md]
3330-
3331-
なお、条件分岐文での初期化式と、全体を`bool`変換する条件式は別で指定できる。
3332-
33333434
&lt;/code&gt;&lt;/pre&gt;</summary>
33343435

33353436
<author>

sitemap.xml

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

1350713507
<url>
1350813508
<loc>https://cpprefjp.github.io/reference/tuple/tuple/op_equal.html</loc>
13509-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
13509+
<lastmod>2024-09-17T18:25:53+09:00</lastmod>
1351013510
<changefreq>daily</changefreq>
1351113511
<priority>0.6</priority>
1351213512
</url>
@@ -23138,7 +23138,7 @@
2313823138

2313923139
<url>
2314023140
<loc>https://cpprefjp.github.io/reference/variant/variant/op_equal.html</loc>
23141-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
23141+
<lastmod>2024-09-17T18:25:53+09:00</lastmod>
2314223142
<changefreq>daily</changefreq>
2314323143
<priority>0.6</priority>
2314423144
</url>
@@ -23460,7 +23460,7 @@
2346023460

2346123461
<url>
2346223462
<loc>https://cpprefjp.github.io/reference/utility/pair/op_equal.html</loc>
23463-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
23463+
<lastmod>2024-09-17T18:25:53+09:00</lastmod>
2346423464
<changefreq>daily</changefreq>
2346523465
<priority>0.6</priority>
2346623466
</url>
@@ -28367,7 +28367,7 @@
2836728367

2836828368
<url>
2836928369
<loc>https://cpprefjp.github.io/reference/optional/optional/op_equal.html</loc>
28370-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
28370+
<lastmod>2024-09-17T18:25:53+09:00</lastmod>
2837128371
<changefreq>daily</changefreq>
2837228372
<priority>0.6</priority>
2837328373
</url>

0 commit comments

Comments
 (0)