File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Original file line number Diff line number Diff line change 1344
1344
\item \tcode {T} is trivially copyable, and
1345
1345
\item any two objects of type \tcode {T} with the same value
1346
1346
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
1348
1349
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
1350
1351
if they have the same active member and the corresponding members have the same value.
1351
1352
\end {itemize }
1353
+ \end {itemize }
1352
1354
The set of scalar types for which this condition holds is
1353
1355
\impldef {which scalar types have unique object representations}.
1354
1356
\begin {note }
You can’t perform that action at this time.
0 commit comments