|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title> |
4 | 4 | <link href="https://cpprefjp.github.io" /> |
5 | | - <updated>2026-05-17T15:39:58.421167</updated> |
6 | | - <id>83dcb839-5366-41d8-91b8-211ce361b01d</id> |
| 5 | + <updated>2026-05-18T02:22:00.129978</updated> |
| 6 | + <id>bdee9811-1931-46ac-86a6-a9f34c1ff319</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>コンストラクタ -- fix link (close #1653) #1641</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/span/span/op_constructor.html"/> |
| 12 | + <id>82c0dc973dea76ba6832283d4b83489d5d0036da:reference/span/span/op_constructor.md</id> |
| 13 | + <updated>2026-05-18T11:17:41+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/span/span/op_constructor.md b/reference/span/span/op_constructor.md |
| 16 | +index 916718369..486311703 100644 |
| 17 | +--- a/reference/span/span/op_constructor.md |
| 18 | ++++ b/reference/span/span/op_constructor.md |
| 19 | +@@ -286,7 +286,7 @@ int main() |
| 20 | + - [P1976R2 Fixed-size `span` construction from dynamic range](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1976r2.html) |
| 21 | + - [P2117R0 C++ Standard Library Issues Resolved Directly In Prague](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2117r0.html) |
| 22 | + - [P2447R6 `std::span` over an initializer list](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2447r6.html) |
| 23 | +- - [P4144R1 Remove `span`’s `initializer_list` constructor for C++26](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p4144r1.html) |
| 24 | ++ - [P4144R1 Remove `span`’s `initializer_list` constructor for C++26](https://open-std.org/jtc1/sc22/wg21/docs/papers/2026/p4144r1.html) |
| 25 | + - C++26の策定中に一時期、初期化子リストをとるコンストラクタが追加されたが、その後削除された |
| 26 | + - [P3471R4 Standard library hardening](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html) |
| 27 | + - [P3878R1 Standard library hardening should not use the &#39;observe&#39; semantic](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html) |
| 28 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>Akira Takahashi</name> |
| 32 | + <email>faithandbrave@gmail.com</email> |
| 33 | + </author> |
| 34 | + </entry> |
| 35 | + |
9 | 36 | <entry> |
10 | 37 | <title>機能テストマクロ -- runtime_formatをdynamic_formatに名称変更 (close #1646)</title> |
11 | 38 | <link href="https://cpprefjp.github.io/lang/cpp26/feature_test_macros.html"/> |
@@ -7825,29 +7852,6 @@ index 000000000..484ae1cbd |
7825 | 7852 | +- [Clang](/implementation.md#clang): 21 [mark verified] |
7826 | 7853 | +- [GCC](/implementation.md#gcc): 15.1 [mark verified] |
7827 | 7854 | +- [Visual C++](/implementation.md#visual_cpp): 2022 Update 14 [mark noimpl] |
7828 | | -</code></pre></summary> |
7829 | | - |
7830 | | - <author> |
7831 | | - <name>Akira Takahashi</name> |
7832 | | - <email>faithandbrave@gmail.com</email> |
7833 | | - </author> |
7834 | | - </entry> |
7835 | | - |
7836 | | - <entry> |
7837 | | - <title>type_order -- type_order : 不完全型の許可に関する参照文書を追加。仕様としてはすでに書いてあった (close #1632)</title> |
7838 | | - <link href="https://cpprefjp.github.io/reference/compare/type_order.html"/> |
7839 | | - <id>4528a204d31558f7b73762e1f065afec3f2e08ef:reference/compare/type_order.md</id> |
7840 | | - <updated>2026-05-15T10:53:41+09:00</updated> |
7841 | | - |
7842 | | - <summary type="html"><pre><code>diff --git a/reference/compare/type_order.md b/reference/compare/type_order.md |
7843 | | -index 371838a4c..2e6a3e18f 100644 |
7844 | | ---- a/reference/compare/type_order.md |
7845 | | -+++ b/reference/compare/type_order.md |
7846 | | -@@ -92,3 +92,4 @@ int main() { |
7847 | | - ## 参照 |
7848 | | - - [P2830R10 Constexpr Type Ordering](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2830r10.html) |
7849 | | - - [P3778R0 Fix for `type_order` template definition](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3778r0.html) |
7850 | | -+- [P4140R0 Proposed resolution for US70-126: allow incomplete types in `type_order`](https://open-std.org/jtc1/sc22/wg21/docs/papers/2026/p4140r0.html) |
7851 | 7855 | </code></pre></summary> |
7852 | 7856 |
|
7853 | 7857 | <author> |
|
0 commit comments