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

1 · cpprefjp · Sept. 9, 2021, 7:51 a.m.
diff --git a/reference/source_location/source_location/current.md b/reference/source_location/source_location/current.md index 919d9f4f1..cd61cd057 100644 --- a/reference/source_location/source_location/current.md +++ b/reference/source_location/source_location/current.md @@ -8,6 +8,7 @@ ```cpp static consteval source_location current() noexcept; ``` +* consteval[link /lang/cpp20/immediate_functions.md] * source_location[link ../source_location.md] ## 概要 ...