Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e34a8e1

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎source/meta.tex

Copy file name to clipboardExpand all lines: source/meta.tex
+4-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.