|
164 | 164 |
|
165 | 165 | <p class="text-right"><small> |
166 | 166 | 最終更新日時(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秒 |
169 | 169 | </span> |
170 | 170 | <br/> |
171 | 171 | <span itemprop="author" itemscope itemtype="http://schema.org/Person"> |
@@ -1617,7 +1617,7 @@ <h2><a href="#cpp23" id="cpp23">C++23言語機能の実装状況</a></h2> |
1617 | 1617 | <td>13</td> |
1618 | 1618 | <td>16</td> |
1619 | 1619 | <td>2023.2</td> |
1620 | | -<td>-</td> |
| 1620 | +<td>2022 Update 14</td> |
1621 | 1621 | </tr> |
1622 | 1622 | <tr> |
1623 | 1623 | <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> |
1673 | 1673 | <td>12</td> |
1674 | 1674 | <td>14</td> |
1675 | 1675 | <td>-</td> |
1676 | | -<td>-</td> |
| 1676 | +<td>2022 Update 14</td> |
1677 | 1677 | </tr> |
1678 | 1678 | <tr> |
1679 | 1679 | <td>P1401R5: <a href="lang/cpp23/narrowing_contextual_conversions_to_bool.html">定数式の文脈での<code>bool</code>への縮小変換を許可</a></td> |
1680 | 1680 | <td><code>if constexpr(flags & Flags::Exec)</code>や<code>static_assert(N);</code>を許可</td> |
1681 | 1681 | <td>9</td> |
1682 | 1682 | <td>13</td> |
1683 | 1683 | <td>2022.2</td> |
1684 | | -<td>-</td> |
| 1684 | +<td>2022 Update 14</td> |
1685 | 1685 | </tr> |
1686 | 1686 | <tr> |
1687 | 1687 | <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> |
1729 | 1729 | <td>11</td> |
1730 | 1730 | <td>13</td> |
1731 | 1731 | <td>2022.2</td> |
1732 | | -<td>-</td> |
| 1732 | +<td>2022 Update 14</td> |
1733 | 1733 | </tr> |
1734 | 1734 | <tr> |
1735 | 1735 | <td>P2173R1: <a href="lang/cpp23/attributes_on_lambda_expressions.html">ラムダ式に対する属性</a></td> |
1736 | 1736 | <td>ラムダ式のいくつかの箇所に属性を記述できるようにする</td> |
1737 | 1737 | <td>9</td> |
1738 | 1738 | <td>13</td> |
1739 | 1739 | <td>2022.2</td> |
1740 | | -<td>-</td> |
| 1740 | +<td>2022 Update 14</td> |
1741 | 1741 | </tr> |
1742 | 1742 | <tr> |
1743 | 1743 | <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> |
1797 | 1797 | <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> |
1798 | 1798 | <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> |
1799 | 1799 | <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> |
1800 | 1801 | </ul> |
1801 | 1802 | </li> |
1802 | 1803 | <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> |
|
0 commit comments