Skip to content

Commit

Permalink
[basic.fundamental] Ensure consistency with [conv.ptr]
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer authored and tkoeppe committed Dec 17, 2024
1 parent 9272753 commit 85de0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5317,7 +5317,7 @@

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

0 comments on commit 85de0af

Please sign in to comment.