File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 56575657
56585658\pnum
56595659The 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 }
56605662A 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
56625664pointer-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
56665668A value of type \tcode {std::meta::info} is called a \defn {reflection}.
You can’t perform that action at this time.
0 commit comments