Skip to content

Commit a18040f

Browse files
Eisenwavetkoeppe
authored andcommitted
[basic.compound] Update introduction
1 parent be0a25c commit a18040f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/basic.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5424,7 +5424,7 @@
54245424
\item \defnx{arrays}{type!array} of objects of a given type, \ref{dcl.array};
54255425

54265426
\item \defnx{functions}{type!function}, which have parameters of given types and return
5427-
\keyword{void} or references or objects of a given type, \ref{dcl.fct};
5427+
\keyword{void} or a result of a given type, \ref{dcl.fct};
54285428

54295429
\item \defnx{pointers}{type!pointer} to \cv{}~\keyword{void} or objects or functions (including
54305430
static members of classes) of a given type, \ref{dcl.ptr};
@@ -5440,9 +5440,8 @@
54405440
\end{itemize}
54415441

54425442
\item
5443-
\defnx{classes}{class} containing a sequence of objects of various types\iref{class},
5444-
a set of types, enumerations and functions for
5445-
manipulating these objects\iref{class.mfct}, and a set of restrictions
5443+
\defnx{classes}{class} containing a sequence of class members\iref{class,class.mem},
5444+
and a set of restrictions
54465445
on the access to these entities\iref{class.access};
54475446

54485447
\item

0 commit comments

Comments
 (0)