Skip to content

Commit ef2bbe8

Browse files
jensmaurertkoeppe
authored andcommitted
[support.types.layout] Avoid implementation guidance in a note
Turn it into a "recommended practice" section.
1 parent 7d88653 commit ef2bbe8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/support.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,10 @@
326326
to contain the size in bytes of any object\iref{expr.sizeof}.
327327

328328
\pnum
329-
\begin{note}
330-
It is recommended that implementations choose types for \tcode{ptrdiff_t} and \tcode{size_t}
329+
\recommended
330+
An implementation should choose types for \tcode{ptrdiff_t} and \tcode{size_t}
331331
whose integer conversion ranks\iref{conv.rank} are no greater than that of
332332
\tcode{signed long int} unless a larger size is necessary to contain all the possible values.
333-
\end{note}
334333

335334
\pnum
336335
The type

0 commit comments

Comments
 (0)