Skip to content

Commit e949e90

Browse files
committed
[basic.compound] Demote redundant wording to a note
1 parent 721d01c commit e949e90

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/basic.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6044,12 +6044,14 @@
60446044
\pnum
60456045
\indextext{pointer|seealso{\tcode{void*}}}%
60466046
\indextext{\idxcode{void*}!type}%
6047+
A type ``pointer to \cv{}~\keyword{void}''
6048+
shall have the same representation and alignment
6049+
requirements as ``pointer to \cv{}~\keyword{char}''.
6050+
\begin{note}
60476051
A pointer to \cv{}~\keyword{void}
60486052
can be used to point to objects of
6049-
unknown type. Such a pointer shall be able to hold any object pointer.
6050-
An object of type ``pointer to \cv{}~\keyword{void}''
6051-
shall have the same representation and alignment
6052-
requirements as an object of type ``pointer to \cv{}~\keyword{char}''.
6053+
unknown type. Such a pointer can hold any object pointer.
6054+
\end{note}
60536055

60546056
\rSec2[basic.type.qualifier]{CV-qualifiers}
60556057

0 commit comments

Comments
 (0)