source_location -- consteval/即時関数に当該言語機能へのリンク付与

1 · cpprefjp · Sept. 9, 2021, 7:51 a.m.
diff --git a/reference/source_location/source_location.md b/reference/source_location/source_location.md index d47337d4d..abccdb775 100644 --- a/reference/source_location/source_location.md +++ b/reference/source_location/source_location.md @@ -23,6 +23,7 @@ namespace std { }; } ``` +* consteval[link /lang/cpp20/immediate_functions.md] * uint_least32_t[link /reference/cstdint/uint_least32_t.md] ## 概要 ...