We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240dc1f commit c07075aCopy full SHA for c07075a
1 file changed
source/meta.tex
@@ -3301,10 +3301,10 @@
3301
3302
\pnum
3303
\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.
+If \tcode{ranges::size(r)} is a constant expression,
+the second template argument of the returned \tcode{span} type
+is \tcode{static_cast<size_t>(ranges::size(r))};
+otherwise, it is \tcode{dynamic_extent}.
3308
\end{itemdescr}
3309
3310
\indexlibraryglobal{define_static_object}%
0 commit comments