From 85de0af0e0af416f7e73ac096254641c31bf11cc Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 17 Dec 2024 23:19:21 +0100 Subject: [PATCH] [basic.fundamental] Ensure consistency with [conv.ptr] --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 218cac59fb..c1873fb077 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -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}*)}.