Skip to content

Commit d786988

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 384a0e6 commit d786988

File tree

67 files changed

+13457
-2001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+13457
-2001
lines changed

implementation-status.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2024-06-14T05:17:35">
168-
2024年06月14日 05時17分35秒
167+
<span itemprop="datePublished" content="2024-07-10T07:47:57">
168+
2024年07月10日 07時47分57秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -229,7 +229,7 @@ <h2><a href="#cpp11" id="cpp11">C++11言語機能の実装状況</a></h2>
229229
<td>2015<br />2003あるいはそれ以前よりある<code>__alignof</code>で代替可能。</td>
230230
</tr>
231231
<tr>
232-
<td>N1984: <code><a href="lang/cpp11/auto.html">auto</a></code></td>
232+
<td>N1984: <a href="lang/cpp11/auto.html">変数の型推論のためのauto</a></td>
233233
<td>型推論</td>
234234
<td>4.4</td>
235235
<td>2.9</td>
@@ -389,7 +389,7 @@ <h2><a href="#cpp11" id="cpp11">C++11言語機能の実装状況</a></h2>
389389
<td>2010</td>
390390
</tr>
391391
<tr>
392-
<td>N1757: <a href="lang/cpp11/right_angle_brackets.html">テンプレートの右山カッコ</a></td>
392+
<td>N1757: <a href="lang/cpp11/right_angle_brackets.html">テンプレートでの連続した右山カッコを許可</a></td>
393393
<td><code>vector&lt;basic_string&lt;char&gt;&gt;</code>のように、<code>&gt;&gt;</code>をスペースを空けずに記述可能にする</td>
394394
<td>4.3</td>
395395
<td>2.9</td>
@@ -437,7 +437,7 @@ <h2><a href="#cpp11" id="cpp11">C++11言語機能の実装状況</a></h2>
437437
<td>2013</td>
438438
</tr>
439439
<tr>
440-
<td>N2544: <a href="lang/cpp11/unrestricted_unions.html">共用体の制限解除</a></td>
440+
<td>N2544: <a href="lang/cpp11/unrestricted_unions.html">共用体でクラスオブジェクトをもつことを許可</a></td>
441441
<td>共用体のメンバ変数として、クラスオブジェクトを持つ</td>
442442
<td>4.6</td>
443443
<td>3.1</td>
@@ -612,7 +612,7 @@ <h2><a href="#cpp14" id="cpp14">C++14言語機能の実装状況</a></h2>
612612
<td>2015 Update 2</td>
613613
</tr>
614614
<tr>
615-
<td>N3652: <a href="lang/cpp14/relaxing_constraints_on_constexpr.html"><code>constexpr</code>の制限緩和</a></td>
615+
<td>N3652: <a href="lang/cpp14/relaxing_constraints_on_constexpr.html"><code>constexpr</code>関数内での条件分岐とループの文を許可</a></td>
616616
<td><code>if</code>文、<code>switch</code>文による条件分岐の許可。<br /><code>for</code>文、<code>while</code>文、<code>do-while</code>文によるループの許可。<br /><code>void</code>戻り値型の許可<br />初期化を伴う変数宣言の許可。<br />変数書き換えの許可。</td>
617617
<td>5.1</td>
618618
<td>3.3(partial) <br /> 3.4</td>
@@ -707,7 +707,7 @@ <h2><a href="#cpp17" id="cpp17">C++17言語機能の実装状況</a></h2>
707707
<td>2015</td>
708708
</tr>
709709
<tr>
710-
<td>N3922: <a href="lang/cpp17/new_rules_for_auto_deduction_from_braced-init-list.html">単一要素初期化子リストを<code>auto</code>で受け取った場合の型を変更</a></td>
710+
<td>N3922: <a href="lang/cpp17/new_rules_for_auto_deduction_from_braced-init-list.html">単一要素の波カッコ初期化を非配列とする</a></td>
711711
<td><code>initializer_list&lt;T&gt;</code>だったのを<code>T</code>に変更</td>
712712
<td>5</td>
713713
<td>3.8</td>
@@ -835,7 +835,7 @@ <h2><a href="#cpp17" id="cpp17">C++17言語機能の実装状況</a></h2>
835835
<td>2017 Update 3</td>
836836
</tr>
837837
<tr>
838-
<td>P0184R0: <a href="lang/cpp17/generalizing_the_range-based_for_loop.html">範囲for文のための<code>begin()</code><code>end()</code>関数が、異なる型を返すことを許可</a></td>
838+
<td>P0184R0: <a href="lang/cpp17/generalizing_the_range-based_for_loop.html">範囲for文のイテレータ型が一致しないことを許可</a></td>
839839
<td><code>begin()</code><code>end()</code>が異なるイテレータ型を返せるようにすることで、終端イテレータを定義しやすくする</td>
840840
<td>6</td>
841841
<td>3.9</td>
@@ -859,7 +859,7 @@ <h2><a href="#cpp17" id="cpp17">C++17言語機能の実装状況</a></h2>
859859
<td>2017 Update 3</td>
860860
</tr>
861861
<tr>
862-
<td>P0245R1: <a href="lang/cpp17/hexadecimal_floating_literals.html">浮動小数点数の16進数リテラル</a></td>
862+
<td>P0245R1: <a href="lang/cpp17/hexadecimal_floating_literals.html">16進浮動小数点数リテラル</a></td>
863863
<td><code>hexfloat</code>マニピュレータや<code>printf()</code>の16進数出力に合わせて、浮動小数点数のリテラルも16進数表記できるようにする</td>
864864
<td>3.0</td>
865865
<td>3.0</td>
@@ -1134,7 +1134,7 @@ <h2><a href="#cpp20" id="cpp20">C++20言語機能の実装状況</a></h2>
11341134
<td>Partial in 2019 Update 7</td>
11351135
</tr>
11361136
<tr>
1137-
<td>P0515R3: <a href="lang/cpp20/consistent_comparison.html">一貫比較</a></td>
1137+
<td>P0515R3: <a href="lang/cpp20/consistent_comparison.html"><code>&lt;=&gt;</code>/<code>==</code>による比較演算子の自動定義</a></td>
11381138
<td>三方比較演算子によって比較演算子の自動生成を行うようにする</td>
11391139
<td>10</td>
11401140
<td>8.0 (partial)</td>
@@ -1278,7 +1278,7 @@ <h2><a href="#cpp20" id="cpp20">C++20言語機能の実装状況</a></h2>
12781278
<td>2019 Update 5</td>
12791279
</tr>
12801280
<tr>
1281-
<td>P1073R3: <a href="lang/cpp20/immediate_functions.html">即時関数</a></td>
1281+
<td>P1073R3: <a href="lang/cpp20/immediate_functions.html">常に定数式評価する<code>consteval</code></a></td>
12821282
<td><code>consteval</code>キーワードを追加し、常に定数式評価されるよう指定できるようにする</td>
12831283
<td>11</td>
12841284
<td>15</td>

lang/cpp11.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2022-12-27T15:47:26">
180-
2022年12月27日 15時47分26秒
179+
<span itemprop="datePublished" content="2024-07-10T07:47:57">
180+
2024年07月10日 07時47分57秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -216,7 +216,7 @@ <h3>一般的な機能</h3>
216216
</thead>
217217
<tbody>
218218
<tr>
219-
<td><code><a href="cpp11/auto.html">auto</a></code></td>
219+
<td><a href="cpp11/auto.html">変数の型推論のための<code>auto</code></a></td>
220220
<td>型推論</td>
221221
</tr>
222222
<tr>
@@ -322,7 +322,7 @@ <h3>クラス以外の型に関する機能</h3>
322322
<td>強い型付けとスコープを持つ列挙型の導入と、それにともなって従来の列挙型を機能拡張</td>
323323
</tr>
324324
<tr>
325-
<td><a href="cpp11/unrestricted_unions.html">共用体の制限解除</a></td>
325+
<td><a href="cpp11/unrestricted_unions.html">共用体でクラスオブジェクトをもつことを許可</a></td>
326326
<td>共用体のメンバ変数として、クラスオブジェクトを持てるようにする</td>
327327
</tr>
328328
</tbody>
@@ -337,7 +337,7 @@ <h3>テンプレート関係の機能</h3>
337337
</thead>
338338
<tbody>
339339
<tr>
340-
<td><a href="cpp11/right_angle_brackets.html">テンプレートの右山カッコ</a></td>
340+
<td><a href="cpp11/right_angle_brackets.html">テンプレートでの連続した右山カッコを許可</a></td>
341341
<td><code>vector&lt;basic_string&lt;char&gt;&gt;</code>のように、<code>&gt;&gt;</code>をスペースを空けずに記述可能にする</td>
342342
</tr>
343343
<tr>

lang/cpp11/auto.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616

1717
<meta charset="UTF-8">
1818

19-
<title>auto [N1984] - cpprefjp C++日本語リファレンス</title>
19+
<title>変数の型推論のためのauto [N1984] - cpprefjp C++日本語リファレンス</title>
2020

2121
<meta name="viewport" content="width=device-width,initial-scale=1">
2222
<meta name="keywords" content="
2323
C++,標準ライブラリ,リファレンス,ドキュメント,STL,std,cpp11
2424
">
25-
<meta name="title" content="auto [N1984] - cpprefjp C++日本語リファレンス" />
26-
<meta itemprop="name" content="auto [N1984] - cpprefjp C++日本語リファレンス" />
27-
<meta property="og:title" content="auto [N1984] - cpprefjp C++日本語リファレンス" />
25+
<meta name="title" content="変数の型推論のためのauto [N1984] - cpprefjp C++日本語リファレンス" />
26+
<meta itemprop="name" content="変数の型推論のためのauto [N1984] - cpprefjp C++日本語リファレンス" />
27+
<meta property="og:title" content="変数の型推論のためのauto [N1984] - cpprefjp C++日本語リファレンス" />
2828
<meta property="og:url" content="https://cpprefjp.github.io/lang/cpp11/auto.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
3131
<meta property="og:description" content="C++11 から、変数宣言時に具体的な型名のかわりに `auto` キーワードを指定する事によって、変数の型を初期化子から推論できるようになった。" />
3232
<meta name="twitter:card" content="summary" />
33-
<meta name="twitter:title" content="auto [N1984] - cpprefjp C++日本語リファレンス" />
33+
<meta name="twitter:title" content="変数の型推論のためのauto [N1984] - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/lang/cpp11/auto.html" />
3535
<meta name="twitter:description" content="C++11 から、変数宣言時に具体的な型名のかわりに `auto` キーワードを指定する事によって、変数の型を初期化子から推論できるようになった。" />
3636

@@ -171,7 +171,7 @@
171171
<span>
172172

173173

174-
<span itemprop="name">auto [N1984]</span>
174+
<span itemprop="name">変数の型推論のためのauto [N1984]</span>
175175

176176

177177
</span>
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-07-08T07:33:21">
192-
2024年07月08日 07時33分21秒
191+
<span itemprop="datePublished" content="2024-07-10T07:47:57">
192+
2024年07月10日 07時47分57秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -212,7 +212,7 @@
212212
<div class="row">
213213
<div class="col-sm-12 content-body">
214214

215-
<h1 itemprop="name"><span class="token">auto [N1984]</span><span class="cpp cpp11" title="C++11で追加">(C++11)</span></h1>
215+
<h1 itemprop="name"><span class="token">変数の型推論のためのauto [N1984]</span><span class="cpp cpp11" title="C++11で追加">(C++11)</span></h1>
216216
<div itemprop="articleBody"><p></p>
217217
<p>このページはC++11に採用された言語機能の変更を解説しています。</p>
218218
<p>のちのC++規格でさらに変更される場合があるため<a href="#relative-page">関連項目</a>を参照してください。</p>

lang/cpp11/constexpr.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-07-08T07:33:21">
192-
2024年07月08日 07時33分21秒
191+
<span itemprop="datePublished" content="2024-07-10T07:47:57">
192+
2024年07月10日 07時47分57秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -372,15 +372,15 @@ <h2>この機能が必要になった背景・経緯</h2>
372372
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
373373
<ul>
374374
<li><a href="user_defined_literals.html">C++11 ユーザー定義リテラル</a></li>
375-
<li><a href="../cpp14/relaxing_constraints_on_constexpr.html">C++14 <code>constexpr</code>の制限緩和</a></li>
375+
<li><a href="../cpp14/relaxing_constraints_on_constexpr.html">C++14 <code>constexpr</code>関数内での条件分岐とループの文を許可</a></li>
376376
<li><a href="../cpp17/constexpr_lambda.html">C++17 <code>constexpr</code>ラムダ</a></li>
377-
<li><a href="../cpp20/immediate_functions.html">C++20 即時関数</a></li>
377+
<li><a href="../cpp20/immediate_functions.html">C++20 常に定数式評価する<code>consteval</code></a></li>
378378
<li><a href="../cpp20/allow_virtual_function_calls_in_constant_expressions.html">C++20 定数式からの仮想関数の呼び出しを許可</a></li>
379379
<li><a href="../cpp20/allowing_dynamic_cast_polymorphic_typeid_in_constant_expressions.html">C++20 定数式での<code>dynamic_cast</code>、多態的な<code>typeid</code>を許可</a></li>
380380
<li><a href="../cpp20/try-catch_blocks_in_constexpr_functions.html">C++20 <code>constexpr</code>関数内でのtry-catchブロックを許可</a></li>
381381
<li><a href="../cpp20/changing_the_active_member_of_a_union_inside_constexpr.html">C++20 定数式内での共用体のアクティブメンバの変更を許可</a></li>
382-
<li><a href="../cpp20/permitting_trivial_default_initialization_in_constexpr_contexts.html">C++20 constexpr関数内でのトリビアルなデフォルト初期化を許可</a></li>
383-
<li><a href="../cpp20/enabling_constexpr_intrinsics_by_permitting_unevaluated_inline-assembly_in_constexpr_functions.html">C++20 constexpr関数内で未評価のインラインアセンブリを許可することによる組み込み関数のconstexpr有効化</a></li>
382+
<li><a href="../cpp20/permitting_trivial_default_initialization_in_constexpr_contexts.html">C++20 <code>constexpr</code>関数内でのトリビアルなデフォルト初期化を許可</a></li>
383+
<li><a href="../cpp20/enabling_constexpr_intrinsics_by_permitting_unevaluated_inline-assembly_in_constexpr_functions.html">C++20 <code>constexpr</code>関数内で未評価のインラインアセンブリを許可することによる組み込み関数の<code>constexpr</code>有効化</a></li>
384384
<li><a href="../cpp20/constinit.html">C++20 コンパイル時初期化を強制する<code>constinit</code>キーワードを追加</a></li>
385385
<li><a href="../cpp20/more_constexpr_containers.html">C++20 可変サイズをもつコンテナの<code>constexpr</code></a></li>
386386
<li><a href="../cpp23/relaxing_some_constexpr_restrictions.html">C++23 <code>constexpr</code>関数が定数実行できない場合でも適格とする</a></li>

lang/cpp11/decltype.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-07-08T07:33:21">
192-
2024年07月08日 07時33分21秒
191+
<span itemprop="datePublished" content="2024-07-10T07:47:57">
192+
2024年07月10日 07時47分57秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -420,7 +420,7 @@ <h2>検討されたほかの選択肢</h2>
420420
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
421421
<ul>
422422
<li><a href="trailing_return_types.html">C++11 戻り値の型を後置する関数宣言構文</a></li>
423-
<li><a href="auto.html">C++11 <code>auto</code></a></li>
423+
<li><a href="auto.html">C++11 変数の型推論のための<code>auto</code></a></li>
424424
<li><a href="lambda_expressions.html">C++11 ラムダ式</a></li>
425425
<li><a href="../cpp14/decltype_auto.html">C++14 <code>decltype(auto)</code></a></li>
426426
</ul>

lang/cpp11/right_angle_brackets.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616

1717
<meta charset="UTF-8">
1818

19-
<title>テンプレートの右山カッコ [N1757] - cpprefjp C++日本語リファレンス</title>
19+
<title>テンプレートでの連続した右山カッコを許可 [N1757] - cpprefjp C++日本語リファレンス</title>
2020

2121
<meta name="viewport" content="width=device-width,initial-scale=1">
2222
<meta name="keywords" content="
2323
C++,標準ライブラリ,リファレンス,ドキュメント,STL,std,cpp11
2424
">
25-
<meta name="title" content="テンプレートの右山カッコ [N1757] - cpprefjp C++日本語リファレンス" />
26-
<meta itemprop="name" content="テンプレートの右山カッコ [N1757] - cpprefjp C++日本語リファレンス" />
27-
<meta property="og:title" content="テンプレートの右山カッコ [N1757] - cpprefjp C++日本語リファレンス" />
25+
<meta name="title" content="テンプレートでの連続した右山カッコを許可 [N1757] - cpprefjp C++日本語リファレンス" />
26+
<meta itemprop="name" content="テンプレートでの連続した右山カッコを許可 [N1757] - cpprefjp C++日本語リファレンス" />
27+
<meta property="og:title" content="テンプレートでの連続した右山カッコを許可 [N1757] - cpprefjp C++日本語リファレンス" />
2828
<meta property="og:url" content="https://cpprefjp.github.io/lang/cpp11/right_angle_brackets.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
3131
<meta property="og:description" content="C++03では、2つ以上連続する右山カッコが出現する場合には、間にスペースを入力する必要があった:" />
3232
<meta name="twitter:card" content="summary" />
33-
<meta name="twitter:title" content="テンプレートの右山カッコ [N1757] - cpprefjp C++日本語リファレンス" />
33+
<meta name="twitter:title" content="テンプレートでの連続した右山カッコを許可 [N1757] - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/lang/cpp11/right_angle_brackets.html" />
3535
<meta name="twitter:description" content="C++03では、2つ以上連続する右山カッコが出現する場合には、間にスペースを入力する必要があった:" />
3636

@@ -171,7 +171,7 @@
171171
<span>
172172

173173

174-
<span itemprop="name">テンプレートの右山カッコ [N1757]</span>
174+
<span itemprop="name">テンプレートでの連続した右山カッコを許可 [N1757]</span>
175175

176176

177177
</span>
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-07-08T07:33:21">
192-
2024年07月08日 07時33分21秒
191+
<span itemprop="datePublished" content="2024-07-10T07:47:57">
192+
2024年07月10日 07時47分57秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -212,7 +212,7 @@
212212
<div class="row">
213213
<div class="col-sm-12 content-body">
214214

215-
<h1 itemprop="name"><span class="token">テンプレートの右山カッコ [N1757]</span><span class="cpp cpp11" title="C++11で追加">(C++11)</span></h1>
215+
<h1 itemprop="name"><span class="token">テンプレートでの連続した右山カッコを許可 [N1757]</span><span class="cpp cpp11" title="C++11で追加">(C++11)</span></h1>
216216
<div itemprop="articleBody"><p></p>
217217
<p>このページはC++11に採用された言語機能の変更を解説しています。</p>
218218
<p>のちのC++規格でさらに変更される場合があるため<a href="#relative-page">関連項目</a>を参照してください。</p>

0 commit comments

Comments
 (0)