Skip to content

Commit 0215eb9

Browse files
tkoeppezygoloid
authored andcommitted
[class.mem.general] Move note to the end of the list item.
With the new note style, notes should no longer appear in the middle of a sentence.
1 parent 23f18c3 commit 0215eb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/classes.tex

+1-2
Original file line numberDiff line numberDiff line change
@@ -745,12 +745,11 @@
745745
\begin{itemize}
746746
\item every static data member of class \tcode{T};
747747

748-
\item every member function of class \tcode{T}
748+
\item every member function of class \tcode{T};
749749
\begin{note}
750750
This restriction does not apply to constructors, which do not have
751751
names\iref{class.ctor}
752752
\end{note}%
753-
;
754753

755754
\item every member of class \tcode{T} that is itself a type;
756755

0 commit comments

Comments
 (0)