Skip to content

Commit 5726e94

Browse files
committed
[basic.fundamental] Demote normatively redundant sentences to a note
1 parent 721d01c commit 5726e94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/basic.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5657,10 +5657,12 @@
56575657

56585658
\pnum
56595659
The types denoted by \cv~\tcode{std::nullptr_t} are distinct types.
5660+
\tcode{\keyword{sizeof}(std::nullptr_t)} shall be equal to \tcode{\keyword{sizeof}(\keyword{void}*)}.
5661+
\begin{note}
56605662
A prvalue of type \tcode{std::nullptr_t} is a null pointer
5661-
constant\iref{conv.ptr}. Such values participate in the pointer and the
5663+
constant\iref{conv.ptr}. Such expressions participate in the pointer and the
56625664
pointer-to-member conversions\iref{conv.ptr,conv.mem}.
5663-
\tcode{\keyword{sizeof}(std::nullptr_t)} shall be equal to \tcode{\keyword{sizeof}(\keyword{void}*)}.
5665+
\end{note}
56645666

56655667
\pnum
56665668
A value of type \tcode{std::meta::info} is called a \defn{reflection}.

0 commit comments

Comments
 (0)