Skip to content

Commit b679e4b

Browse files
committed
[meta.reflection.queries] Add missing "Constant When" element of "dealias", converted to "Throws".
This seems to have been omitted during application of P2996R13 by accident.
1 parent c27dd93 commit b679e4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/meta.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4817,6 +4817,11 @@
48174817
static_assert(dealias(^^Y) == ^^int);
48184818
\end{codeblock}
48194819
\end{example}
4820+
4821+
\pnum
4822+
\throws
4823+
\tcode{meta::exception} unless
4824+
\tcode{r} represents an entity.
48204825
\end{itemdescr}
48214826

48224827
\indexlibraryglobal{has_template_arguments}%
@@ -4837,7 +4842,7 @@
48374842
\pnum
48384843
\throws
48394844
\tcode{meta::exception} unless
4840-
\tcode{r} represents an entity.
4845+
\tcode{has_template_arguments(r)} is \tcode{true}.
48414846
\end{itemdescr}
48424847

48434848
\indexlibraryglobal{template_of}%

0 commit comments

Comments
 (0)