Skip to content

Commit 45aba42

Browse files
committed
[class] Move paragraph breaks to improve vertical whitespace.
1 parent 9c95221 commit 45aba42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@
137137

138138
A \term{trivial class} is a class that has a default
139139
constructor~(\ref{class.ctor}), has no non-trivial default constructors, and is trivially copyable.
140-
141140
\enternote In particular, a trivially copyable or trivial class does not have
142141
virtual functions or virtual base classes.\exitnote
143142

144143
\indextext{class!standard-layout}%
145144
\indextext{standard-layout~class}%
146145
\pnum
147146
A \grammarterm{standard-layout class} is a class that:
147+
148148
\begin{itemize}
149149
\item has no non-static data members of type non-standard-layout class
150150
(or array of such types) or reference,

0 commit comments

Comments
 (0)