Skip to content

Commit 85999de

Browse files
committed
[meta.trans.other] Use \tcode instead of \textit
1 parent 5833bbe commit 85999de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -16781,7 +16781,7 @@
1678116781
is no greater than \tcode{Len}~(\ref{basic.types}).
1678216782
The member typedef \tcode{type} shall be a POD type
1678316783
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
16784+
is at most \tcode{Len} and whose alignment is a divisor of \tcode{Align}.\br
1678516785
\requires{} \tcode{Len} shall not be zero. \tcode{Align} shall be equal to
1678616786
\tcode{alignof(T)} for some type \tcode{T} or to \textit{default-alignment}.\\ \rowsep
1678716787

0 commit comments

Comments
 (0)