Skip to content

Commit 2567873

Browse files
committed
[meta.reflection.queries] Add missing paragraph in is_{const,volatile}.
This was omitted in the application of P2996R13 by accident.
1 parent 6b71747 commit 2567873

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/meta.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,6 +4239,10 @@
42394239
\end{itemdecl}
42404240

42414241
\begin{itemdescr}
4242+
\pnum
4243+
Let $T$ be \tcode{type_of(r)} if \tcode{\exposid{has-type}(r)} is \tcode{true}.
4244+
Otherwise, let $T$ be \tcode{dealias(r)}.
4245+
42424246
\pnum
42434247
\returns
42444248
\tcode{true} if \tcode{r} represents a const or volatile type, respectively,

0 commit comments

Comments
 (0)