Skip to content

Commit 5df0bf4

Browse files
committed
C++23 if consteval : 関連項目を追加
1 parent bb18d67 commit 5df0bf4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lang/cpp20/immediate_functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ C++11で導入された`constexpr`指定子によって、関数を定数式評
101101

102102
* [C++11 `constexpr`](/lang/cpp11/constexpr.md)
103103
* [C++20 コンパイル時初期化を強制する`constinit`キーワードを追加](constinit.md)
104+
* [C++23 `if consteval`](/lang/cpp23/if_consteval.md)
104105

105106
## 参照
106107

lang/cpp23/if_consteval.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ constexpr size_t strlen(char const* s) {
103103
104104
## 関連項目
105105
- [`std::is_constant_evaluated()`](/reference/type_traits/is_constant_evaluated.md)
106+
- [C++20 即時関数](/lang/cpp20/immediate_functions.md)
106107
107108
108109
## 参照

0 commit comments

Comments
 (0)