diff --git a/source/meta.tex b/source/meta.tex index bfebda45c9..804648dbe6 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -2677,7 +2677,7 @@ template consteval const ranges::range_value_t* define_static_string(R&& r); template - consteval span, \seebelow> define_static_array(R&& r); + consteval span, @\seebelow@> define_static_array(R&& r); template consteval const remove_cvref_t* define_static_object(T&& r); } @@ -3281,7 +3281,7 @@ \indexlibraryglobal{define_static_array}% \begin{itemdecl} template - consteval span, \seebelow> define_static_array(R&& r); + consteval span, @\seebelow@> define_static_array(R&& r); \end{itemdecl} \begin{itemdescr}