Skip to content

Commit 19e05f3

Browse files
authored
[meta.define.static] Move misplaced \end{codeblock}
1 parent 1e747bf commit 19e05f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3297,14 +3297,14 @@
32973297
} else {
32983298
return span<const T, @\seebelow@>(static_cast<const T*>(nullptr), 0);
32993299
}
3300+
\end{codeblock}
33003301

33013302
\pnum
33023303
\remarks
33033304
The second template argument of the returned \tcode{span} type
33043305
is \tcode{static_cast<size_t>(ranges::size(r))}
33053306
if \tcode{ranges::size(r)} is a constant expression, and
33063307
\tcode{dynamic_extent} otherwise.
3307-
\end{codeblock}
33083308
\end{itemdescr}
33093309

33103310
\indexlibraryglobal{define_static_object}%

0 commit comments

Comments
 (0)