Skip to content

Commit 6f191d0

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 5b26cfc commit 6f191d0

File tree

4 files changed

+4225
-3277
lines changed

4 files changed

+4225
-3277
lines changed

implementation-status.html

Lines changed: 8 additions & 7 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="2025-05-13T08:20:39">
168-
2025年05月13日 08時20分39秒
167+
<span itemprop="datePublished" content="2025-05-14T05:11:30">
168+
2025年05月14日 05時11分30秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -1617,7 +1617,7 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
16171617
<td>13</td>
16181618
<td>16</td>
16191619
<td>2023.2</td>
1620-
<td>-</td>
1620+
<td>2022 Update 14</td>
16211621
</tr>
16221622
<tr>
16231623
<td>P2201R1: <a href="lang/cpp23/mixed_string_literal_concatenation.html">異なる文字エンコーディングをもつ文字列リテラルの連結を不適格とする</a></td>
@@ -1673,15 +1673,15 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
16731673
<td>12</td>
16741674
<td>14</td>
16751675
<td>-</td>
1676-
<td>-</td>
1676+
<td>2022 Update 14</td>
16771677
</tr>
16781678
<tr>
16791679
<td>P1401R5: <a href="lang/cpp23/narrowing_contextual_conversions_to_bool.html">定数式の文脈での<code>bool</code>への縮小変換を許可</a></td>
16801680
<td><code>if constexpr(flags &amp; Flags::Exec)</code><code>static_assert(N);</code>を許可</td>
16811681
<td>9</td>
16821682
<td>13</td>
16831683
<td>2022.2</td>
1684-
<td>-</td>
1684+
<td>2022 Update 14</td>
16851685
</tr>
16861686
<tr>
16871687
<td>P2242R3: <a href="lang/cpp23/non_literal_variables_in_constexpr_functions.html">定数式内での非リテラル変数、静的変数・スレッドローカル変数およびgotoとラベルの存在を許可する</a></td>
@@ -1729,15 +1729,15 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
17291729
<td>11</td>
17301730
<td>13</td>
17311731
<td>2022.2</td>
1732-
<td>-</td>
1732+
<td>2022 Update 14</td>
17331733
</tr>
17341734
<tr>
17351735
<td>P2173R1: <a href="lang/cpp23/attributes_on_lambda_expressions.html">ラムダ式に対する属性</a></td>
17361736
<td>ラムダ式のいくつかの箇所に属性を記述できるようにする</td>
17371737
<td>9</td>
17381738
<td>13</td>
17391739
<td>2022.2</td>
1740-
<td>-</td>
1740+
<td>2022 Update 14</td>
17411741
</tr>
17421742
<tr>
17431743
<td>P1774R8: <a href="lang/cpp23/portable_assumptions.html">コード内容の仮定をコンパイラに伝えるassume属性</a></td>
@@ -1797,6 +1797,7 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2>
17971797
<li><a href="https://learn.microsoft.com/en-us/cpp/overview/cpp-conformance-improvements?view=msvc-170" target="_blank">C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022</a></li>
17981798
<li><a href="https://devblogs.microsoft.com/cppblog/msvc-compiler-updates-in-visual-studio-2022-version-17-13/" target="_blank">C++ Language Updates in MSVC in Visual Studio 2022 17.13</a></li>
17991799
<li><a href="https://devblogs.microsoft.com/cppblog/msvc-compiler-language-updates-in-visual-studio-2022-version-17-12/" target="_blank">MSVC Compiler Language Updates in Visual Studio 2022 version 17.12</a></li>
1800+
<li><a href="https://devblogs.microsoft.com/cppblog/c-language-updates-in-msvc-in-visual-studio-2022-17-14/" target="_blank">C++ Language Updates in MSVC in Visual Studio 2022 17.14</a></li>
18001801
</ul>
18011802
</li>
18021803
<li>ICX: <a href="https://www.intel.com/content/www/us/en/developer/articles/technical/c23-features-supported-by-intel-c-compiler.html" target="_blank">C++23 Features Supported by Intel® C++ Compiler</a></li>

implementation.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2025-03-10T17:19:12">
168-
2025年03月10日 17時19分12秒
167+
<span itemprop="datePublished" content="2025-05-14T05:11:30">
168+
2025年05月14日 05時11分30秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
172-
<span itemprop="name">Akiko Kawai</span>
172+
<span itemprop="name">Akira Takahashi</span>
173173
</span>
174174
が更新
175175
</small></p>
@@ -382,6 +382,13 @@ <h3><a href="#visual_cpp_ver" id="visual_cpp_ver">バージョンの表記</a></
382382
</thead>
383383
<tbody>
384384
<tr>
385+
<td>2022 Update 14</td>
386+
<td>Visual Studio 2022 Version 17.14.0</td>
387+
<td></td>
388+
<td></td>
389+
<td></td>
390+
</tr>
391+
<tr>
385392
<td>2022 Update 13</td>
386393
<td>Visual Studio 2022 Version 17.13.2</td>
387394
<td>14.43</td>
@@ -1090,7 +1097,11 @@ <h3>C++17の機能を有効にする</h3>
10901097
</ul>
10911098
<h3>C++20の機能を有効にする</h3>
10921099
<ul>
1093-
<li>2019以降に実装された機能については、<code>/std:c++latest</code>オプションを使用する</li>
1100+
<li>2019 Update 11以降は<code>/std:c++23</code>オプションを使用する。それ以前は<code>/std:c++latest</code>オプションを使用する</li>
1101+
</ul>
1102+
<h3>C++23の機能を有効にする</h3>
1103+
<ul>
1104+
<li>2022 Update 14以降は<code>/std:c++23preview</code>オプションを使用する。それ以前は<code>/std:c++latest</code>オプションを使用する</li>
10941105
</ul>
10951106
<h3>最新バージョンの言語機能を有効にする</h3>
10961107
<ul>

0 commit comments

Comments
 (0)