File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 }
60476051A pointer to \cv {}~\keyword {void}
60486052can 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\rSec 2[basic.type.qualifier]{CV-qualifiers}
60556057
You can’t perform that action at this time.
0 commit comments