From 19e05f38d286ea889af4e0ef2bd2095ebc953d95 Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Tue, 21 Apr 2026 21:51:27 -0500 Subject: [PATCH 1/2] [meta.define.static] Move misplaced \end{codeblock} --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index bfebda45c9..0f5f5a6815 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -3297,6 +3297,7 @@ } else { return span(static_cast(nullptr), 0); } +\end{codeblock} \pnum \remarks @@ -3304,7 +3305,6 @@ is \tcode{static_cast(ranges::size(r))} if \tcode{ranges::size(r)} is a constant expression, and \tcode{dynamic_extent} otherwise. -\end{codeblock} \end{itemdescr} \indexlibraryglobal{define_static_object}% From 800c29934ed9b7bea4d59b3acefcc836a1170dca Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Tue, 21 Apr 2026 22:14:11 -0500 Subject: [PATCH 2/2] [meta.define.static] Rephrase sentence to avoid overfull \hbox --- source/meta.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/meta.tex b/source/meta.tex index 0f5f5a6815..62a4cd4971 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -3301,10 +3301,10 @@ \pnum \remarks -The second template argument of the returned \tcode{span} type -is \tcode{static_cast(ranges::size(r))} -if \tcode{ranges::size(r)} is a constant expression, and -\tcode{dynamic_extent} otherwise. +If \tcode{ranges::size(r)} is a constant expression, +the second template argument of the returned \tcode{span} type +is \tcode{static_cast(ranges::size(r))}; +otherwise, it is \tcode{dynamic_extent}. \end{itemdescr} \indexlibraryglobal{define_static_object}%