Skip to content

Commit c07075a

Browse files
timsong-cppjwakely
authored andcommitted
[meta.define.static] Rephrase sentence to avoid overfull \hbox
1 parent 240dc1f commit c07075a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/meta.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,10 +3301,10 @@
33013301

33023302
\pnum
33033303
\remarks
3304-
The second template argument of the returned \tcode{span} type
3305-
is \tcode{static_cast<size_t>(ranges::size(r))}
3306-
if \tcode{ranges::size(r)} is a constant expression, and
3307-
\tcode{dynamic_extent} otherwise.
3304+
If \tcode{ranges::size(r)} is a constant expression,
3305+
the second template argument of the returned \tcode{span} type
3306+
is \tcode{static_cast<size_t>(ranges::size(r))};
3307+
otherwise, it is \tcode{dynamic_extent}.
33083308
\end{itemdescr}
33093309

33103310
\indexlibraryglobal{define_static_object}%

0 commit comments

Comments
 (0)