|
189 | 189 | <p class="text-right"><small> |
190 | 190 | 最終更新日時: |
191 | 191 | <time itemprop="datePublished" class="js-local-time" |
192 | | - datetime="2026-08-18T15:40:20+09:00"> |
193 | | - 2026年08月18日 15時40分20秒 (JST) |
| 192 | + datetime="2026-08-21T13:33:52+09:00"> |
| 193 | + 2026年08月21日 13時33分52秒 (JST) |
194 | 194 | </time> |
195 | 195 | <br/> |
196 | 196 | <span itemprop="author" itemscope itemtype="http://schema.org/Person"> |
@@ -649,7 +649,7 @@ <h3>ライブラリ</h3> |
649 | 649 | <td><code>__cpp_lib_polymorphic_allocator</code></td> |
650 | 650 | <td><code>201902L</code></td> |
651 | 651 | <td><code><a href="../../reference/memory_resource/polymorphic_allocator.html">std::pmr::polymorphic_allocator</a></code>の改修</td> |
652 | | -<td><code><a href="../../reference/memory.html"><memory></a></code></td> |
| 652 | +<td><code><a href="../../reference/memory_resource.html"><memory_resource></a></code></td> |
653 | 653 | </tr> |
654 | 654 | <tr> |
655 | 655 | <td><code>__cpp_lib_ranges</code></td> |
@@ -758,6 +758,22 @@ <h3>ライブラリ</h3> |
758 | 758 | <h2>参照</h2> |
759 | 759 | <ul> |
760 | 760 | <li><a href="https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations" target="_blank">SD-FeatureTest: Feature-Test Macros and Policies - isocpp</a></li> |
| 761 | +<li><a href="https://cplusplus.github.io/LWG/issue3437" target="_blank">LWG Issue 3437. <code>__cpp_lib_polymorphic_allocator</code> is in the wrong header</a><ul> |
| 762 | +<li>C++23で、<code>__cpp_lib_polymorphic_allocator</code>が定義されるヘッダの記載が<code><memory></code>から<code><memory_resource></code>に修正された</li> |
| 763 | +</ul> |
| 764 | +</li> |
| 765 | +<li><a href="https://cplusplus.github.io/LWG/issue3257" target="_blank">LWG Issue 3257. Missing feature testing macro update from P0858</a><ul> |
| 766 | +<li>C++20で、<code>__cpp_lib_array_constexpr</code>が<code>201803L</code>に、<code>__cpp_lib_string_view</code>が<code>201803L</code>に更新された</li> |
| 767 | +</ul> |
| 768 | +</li> |
| 769 | +<li><a href="https://cplusplus.github.io/LWG/issue3274" target="_blank">LWG Issue 3274. Missing feature test macro for <code><span></code></a><ul> |
| 770 | +<li>C++20で、機能テストマクロ<code>__cpp_lib_span</code>が追加された(最終的な値は後続の提案文書により<code>202002L</code>)</li> |
| 771 | +</ul> |
| 772 | +</li> |
| 773 | +<li><a href="https://cplusplus.github.io/LWG/issue3256" target="_blank">LWG Issue 3256. Feature testing macro for <code>constexpr</code> algorithms</a><ul> |
| 774 | +<li>C++20で、機能テストマクロ名が<code>__cpp_lib_constexpr_swap_algorithms</code>から<code>__cpp_lib_constexpr_algorithms</code>にリネームされた</li> |
| 775 | +</ul> |
| 776 | +</li> |
761 | 777 | <li><a href="https://cplusplus.github.io/LWG/issue3792" target="_blank">LWG Issue 3792. <code>__cpp_lib_constexpr_algorithms</code> should also be defined in <code><utility></code></a><ul> |
762 | 778 | <li>C++23で、<code>__cpp_lib_constexpr_algorithms</code>の定義ヘッダに<code><a href="../../reference/utility.html"><utility></a></code>が追加された(値<code>201806L</code>は不変。C++20へ遡及適用される)</li> |
763 | 779 | </ul> |
|
0 commit comments