Skip to content

Commit 9c857ce

Browse files
Preview PR 1607: 699d6be0c7655d
1 parent 4741c9d commit 9c857ce

File tree

9 files changed

+1841
-948
lines changed

9 files changed

+1841
-948
lines changed

gen/pull/1607/PREVIEW.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# PR [\#1607](https://github.com/cpprefjp/site/pull/1607) プレビュー
2-
- ⌚ 更新時刻: 2026-04-13 13:14:06 JST
2+
- ⌚ 更新時刻: 2026-04-13 13:39:14 JST
33
- 🔍 [プレビュー (HTML)](https://cpprefjp.github.io/site/gen/pull/1607)
44
- 📈 [プレビュー生成記録](https://github.com/cpprefjp/site/actions?query=event%3Apull_request_target+branch%3Acpp26_reflection)
5-
- **⫯** ソースの変更: [`c8f0f3f..9d89e50`](https://github.com/cpprefjp/site/compare/c8f0f3f63e70b87bf9b9d66a9344525331eafa1f..9d89e5013cc180c5331c88b60c784f400171b334)
5+
- **⫯** ソースの変更: [`c8f0f3f..699d6be`](https://github.com/cpprefjp/site/compare/c8f0f3f63e70b87bf9b9d66a9344525331eafa1f..699d6be99396e9761ca315f3c37c4d0d654bfc6d)
66

7-
## 変更記事一覧 (261件)
7+
## 変更記事一覧 (258件)
88

99
- 📝 [`implementation-status`](https://cpprefjp.github.io/site/gen/pull/1607/implementation-status.html)
1010
- 📝 [`lang/cpp11/attributes`](https://cpprefjp.github.io/site/gen/pull/1607/lang/cpp11/attributes.html)
@@ -158,7 +158,6 @@
158158
- 📝 [`reference/meta/is_nothrow_invocable_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_nothrow_invocable_type.html) ✨
159159
- 📝 [`reference/meta/is_nothrow_move_assignable_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_nothrow_move_assignable_type.html) ✨
160160
- 📝 [`reference/meta/is_nothrow_move_constructible_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_nothrow_move_constructible_type.html) ✨
161-
- 📝 [`reference/meta/is_nothrow_relocatable_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_nothrow_relocatable_type.html) ✨
162161
- 📝 [`reference/meta/is_nothrow_swappable_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_nothrow_swappable_type.html) ✨
163162
- 📝 [`reference/meta/is_nothrow_swappable_with_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_nothrow_swappable_with_type.html) ✨
164163
- 📝 [`reference/meta/is_null_pointer_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_null_pointer_type.html) ✨
@@ -176,7 +175,6 @@
176175
- 📝 [`reference/meta/is_pure_virtual`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_pure_virtual.html) ✨
177176
- 📝 [`reference/meta/is_reference_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_reference_type.html) ✨
178177
- 📝 [`reference/meta/is_reflection_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_reflection_type.html) ✨
179-
- 📝 [`reference/meta/is_replaceable_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_replaceable_type.html) ✨
180178
- 📝 [`reference/meta/is_rvalue_reference_qualified`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_rvalue_reference_qualified.html) ✨
181179
- 📝 [`reference/meta/is_rvalue_reference_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_rvalue_reference_type.html) ✨
182180
- 📝 [`reference/meta/is_same_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_same_type.html) ✨
@@ -200,7 +198,6 @@
200198
- 📝 [`reference/meta/is_trivially_destructible_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_trivially_destructible_type.html) ✨
201199
- 📝 [`reference/meta/is_trivially_move_assignable_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_trivially_move_assignable_type.html) ✨
202200
- 📝 [`reference/meta/is_trivially_move_constructible_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_trivially_move_constructible_type.html) ✨
203-
- 📝 [`reference/meta/is_trivially_relocatable_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_trivially_relocatable_type.html) ✨
204201
- 📝 [`reference/meta/is_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_type.html) ✨
205202
- 📝 [`reference/meta/is_type_alias`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_type_alias.html) ✨
206203
- 📝 [`reference/meta/is_unbounded_array_type`](https://cpprefjp.github.io/site/gen/pull/1607/reference/meta/is_unbounded_array_type.html) ✨

gen/pull/1607/reference/meta.html

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2026-04-13T04:09:48">
180-
2026年04月13日 04時09分48秒
179+
<span itemprop="datePublished" content="2026-04-13T04:34:31">
180+
2026年04月13日 04時34分31秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -1432,21 +1432,6 @@ <h2>型特性(型の性質)</h2>
14321432
<td>C++26</td>
14331433
</tr>
14341434
<tr>
1435-
<td><code><a href="meta/is_trivially_relocatable_type.html">is_trivially_relocatable_type</a></code></td>
1436-
<td>トリビアルにリロケート可能型か</td>
1437-
<td>C++26</td>
1438-
</tr>
1439-
<tr>
1440-
<td><code><a href="meta/is_nothrow_relocatable_type.html">is_nothrow_relocatable_type</a></code></td>
1441-
<td><a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>を送出せずにリロケート可能型か</td>
1442-
<td>C++26</td>
1443-
</tr>
1444-
<tr>
1445-
<td><code><a href="meta/is_replaceable_type.html">is_replaceable_type</a></code></td>
1446-
<td>置換可能型か</td>
1447-
<td>C++26</td>
1448-
</tr>
1449-
<tr>
14501435
<td><code><a href="meta/is_consteval_only_type.html">is_consteval_only_type</a></code></td>
14511436
<td>consteval-only型か</td>
14521437
<td>C++26</td>
@@ -1760,6 +1745,10 @@ <h2>参照</h2>
17601745
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3096r12.pdf" target="_blank">P3096R12 Function Parameter Reflection in Reflection for C++26</a></li>
17611746
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3491r3.html" target="_blank">P3491R3 <code>define_static_{string,object,array}</code></a></li>
17621747
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3560r2.html" target="_blank">P3560R2 Error Handling in Reflection</a></li>
1748+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3920r0.html" target="_blank">P3920R0 Wording for NB comment resolution on trivial relocation</a><ul>
1749+
<li>C++26策定中に、trivially relocatable関係が一旦削除された</li>
1750+
</ul>
1751+
</li>
17631752
</ul></div>
17641753

17651754
</div>

0 commit comments

Comments
 (0)