We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5833bbe commit 85999deCopy full SHA for 85999de
source/utilities.tex
@@ -16781,7 +16781,7 @@
16781
is no greater than \tcode{Len}~(\ref{basic.types}).
16782
The member typedef \tcode{type} shall be a POD type
16783
suitable for use as uninitialized storage for any object whose size
16784
- is at most \textit{Len} and whose alignment is a divisor of \textit{Align}.\br
+ is at most \tcode{Len} and whose alignment is a divisor of \tcode{Align}.\br
16785
\requires{} \tcode{Len} shall not be zero. \tcode{Align} shall be equal to
16786
\tcode{alignof(T)} for some type \tcode{T} or to \textit{default-alignment}.\\ \rowsep
16787
0 commit comments