We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d88653 commit ef2bbe8Copy full SHA for ef2bbe8
source/support.tex
@@ -326,11 +326,10 @@
326
to contain the size in bytes of any object\iref{expr.sizeof}.
327
328
\pnum
329
-\begin{note}
330
-It is recommended that implementations choose types for \tcode{ptrdiff_t} and \tcode{size_t}
+\recommended
+An implementation should choose types for \tcode{ptrdiff_t} and \tcode{size_t}
331
whose integer conversion ranks\iref{conv.rank} are no greater than that of
332
\tcode{signed long int} unless a larger size is necessary to contain all the possible values.
333
-\end{note}
334
335
336
The type
0 commit comments