|
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-10T16:36:42.909412</updated> |
6 | | - <id>5eb2cce0-b4d2-4cce-95a5-46ad6024b1fe</id> |
| 5 | + <updated>2026-05-11T04:04:47.617111</updated> |
| 6 | + <id>5e3c3872-b627-4e23-b7cb-e7d6ad0b74d4</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>is_structural_type -- リンクミスを修正 #1620</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/meta/is_structural_type.html"/> |
| 12 | + <id>19c2903ccd4a1f583cbc6021331188aa15ec2958:reference/meta/is_structural_type.md</id> |
| 13 | + <updated>2026-05-11T13:00:09+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/meta/is_structural_type.md b/reference/meta/is_structural_type.md |
| 16 | +index 74accb55c..9a800857e 100644 |
| 17 | +--- a/reference/meta/is_structural_type.md |
| 18 | ++++ b/reference/meta/is_structural_type.md |
| 19 | +@@ -76,4 +76,4 @@ int main() { |
| 20 | + |
| 21 | + |
| 22 | + ## 参照 |
| 23 | +-- [P3856R8 New reflection metafunction - is_structural_type (US NB comment 49)](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3856r8.html) |
| 24 | ++- [P3856R8 New reflection metafunction - is_structural_type (US NB comment 49)](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3856r8.pdf) |
| 25 | +</code></pre></summary> |
| 26 | + |
| 27 | + <author> |
| 28 | + <name>Akira Takahashi</name> |
| 29 | + <email>faithandbrave@gmail.com</email> |
| 30 | + </author> |
| 31 | + </entry> |
| 32 | + |
| 33 | + <entry> |
| 34 | + <title>is_structural -- リンクミスを修正 #1620</title> |
| 35 | + <link href="https://cpprefjp.github.io/reference/type_traits/is_structural.html"/> |
| 36 | + <id>19c2903ccd4a1f583cbc6021331188aa15ec2958:reference/type_traits/is_structural.md</id> |
| 37 | + <updated>2026-05-11T13:00:09+09:00</updated> |
| 38 | + |
| 39 | + <summary type="html"><pre><code>diff --git a/reference/type_traits/is_structural.md b/reference/type_traits/is_structural.md |
| 40 | +index 1ce0c6236..23c57da4a 100644 |
| 41 | +--- a/reference/type_traits/is_structural.md |
| 42 | ++++ b/reference/type_traits/is_structural.md |
| 43 | +@@ -78,4 +78,4 @@ int main() { |
| 44 | + |
| 45 | + |
| 46 | + ## 参照 |
| 47 | +-- [P3856R8 New reflection metafunction - is_structural_type (US NB comment 49)](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3856r8.html) |
| 48 | ++- [P3856R8 New reflection metafunction - is_structural_type (US NB comment 49)](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3856r8.pdf) |
| 49 | +</code></pre></summary> |
| 50 | + |
| 51 | + <author> |
| 52 | + <name>Akira Takahashi</name> |
| 53 | + <email>faithandbrave@gmail.com</email> |
| 54 | + </author> |
| 55 | + </entry> |
| 56 | + |
9 | 57 | <entry> |
10 | 58 | <title>parallel_scheduler -- execution/parallel_scheduler: P3804R2対応</title> |
11 | 59 | <link href="https://cpprefjp.github.io/reference/execution/execution/parallel_scheduler.html"/> |
@@ -28615,38 +28663,6 @@ index 000000000..1ce0c6236 |
28615 | 28663 | + |
28616 | 28664 | +## 参照 |
28617 | 28665 | +- [P3856R8 New reflection metafunction - is_structural_type (US NB comment 49)](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3856r8.html) |
28618 | | -</code></pre></summary> |
28619 | | - |
28620 | | - <author> |
28621 | | - <name>Akira Takahashi</name> |
28622 | | - <email>faithandbrave@gmail.com</email> |
28623 | | - </author> |
28624 | | - </entry> |
28625 | | - |
28626 | | - <entry> |
28627 | | - <title>reflect_constant -- reflect_constant : パラメータ型のconst参照が外れた仕様修正に対応</title> |
28628 | | - <link href="https://cpprefjp.github.io/reference/meta/reflect_constant.html"/> |
28629 | | - <id>ff9af99d3ef28c6ba8a2b8057a9a8d86632b83fb:reference/meta/reflect_constant.md</id> |
28630 | | - <updated>2026-05-08T11:05:30+09:00</updated> |
28631 | | - |
28632 | | - <summary type="html"><pre><code>diff --git a/reference/meta/reflect_constant.md b/reference/meta/reflect_constant.md |
28633 | | -index 342ca2a7b..708d54b9d 100644 |
28634 | | ---- a/reference/meta/reflect_constant.md |
28635 | | -+++ b/reference/meta/reflect_constant.md |
28636 | | -@@ -7,7 +7,7 @@ |
28637 | | - ```cpp |
28638 | | - namespace std::meta { |
28639 | | - template &lt;class T&gt; |
28640 | | -- consteval info reflect_constant(const T&amp; value); |
28641 | | -+ consteval info reflect_constant(T value); |
28642 | | - } |
28643 | | - ``` |
28644 | | - * info[link info.md] |
28645 | | -@@ -58,3 +58,4 @@ int main() { |
28646 | | - |
28647 | | - ## 参照 |
28648 | | - - [P2996R13 Reflection for C++26](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2996r13.html) |
28649 | | -+- [Mismatch in reflect_constant declaration · Issue #8244 · cplusplus/draft](https://github.com/cplusplus/draft/issues/8244) |
28650 | 28666 | </code></pre></summary> |
28651 | 28667 |
|
28652 | 28668 | <author> |
|
0 commit comments