Skip to content

Commit 85de0af

Browse files
jensmaurertkoeppe
authored andcommitted
[basic.fundamental] Ensure consistency with [conv.ptr]
1 parent 9272753 commit 85de0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5317,7 +5317,7 @@
53175317

53185318
\pnum
53195319
The types denoted by \cv~\tcode{std::nullptr_t} are distinct types.
5320-
A value of type \tcode{std::nullptr_t} is a null pointer
5320+
A prvalue of type \tcode{std::nullptr_t} is a null pointer
53215321
constant\iref{conv.ptr}. Such values participate in the pointer and the
53225322
pointer-to-member conversions\iref{conv.ptr,conv.mem}.
53235323
\tcode{\keyword{sizeof}(std::nullptr_t)} shall be equal to \tcode{\keyword{sizeof}(\keyword{void}*)}.

0 commit comments

Comments
 (0)