Skip to content

Commit e34a8e1

Browse files
authored
[meta.unary.prop] itemize long sentence (#6436)
1 parent d347b32 commit e34a8e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/meta.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,11 +1344,13 @@
13441344
\item \tcode{T} is trivially copyable, and
13451345
\item any two objects of type \tcode{T} with the same value
13461346
have the same object representation, where
1347-
two objects of array or non-union class type are considered to have the same value
1347+
\begin{itemize}
1348+
\item two objects of array or non-union class type are considered to have the same value
13481349
if their respective sequences of direct subobjects have the same values, and
1349-
two objects of union type are considered to have the same value
1350+
\item two objects of union type are considered to have the same value
13501351
if they have the same active member and the corresponding members have the same value.
13511352
\end{itemize}
1353+
\end{itemize}
13521354
The set of scalar types for which this condition holds is
13531355
\impldef{which scalar types have unique object representations}.
13541356
\begin{note}

0 commit comments

Comments
 (0)