From bbc12efe44cc179cad36bec7949633adf2c4aa80 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Wed, 22 Apr 2026 09:49:24 +0800 Subject: [PATCH] [meta.syn, meta.define.static] Add @ for \seebelow in code section --- source/meta.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}