Skip to content

Commit cdd5062

Browse files
committed
[meta.reflection.member.queries] Replace "Constant When" with "Throws"
1 parent fd685e9 commit cdd5062

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/meta.tex

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5283,16 +5283,17 @@
52835283
\end{itemdecl}
52845284

52855285
\begin{itemdescr}
5286-
\pnum
5287-
\constantwhen
5288-
\tcode{dealias(type)} represents a class type
5289-
that is complete from some point in the evaluation context.
5290-
52915286
\pnum
52925287
\returns
52935288
A \tcode{vector} containing each element of \tcode{bases_of(type, ctx)}
52945289
followed by each element of \tcode{non\-static_data_mem\-bers_of(\brk{}type,\brk{} ctx)},
52955290
preserving their order.
5291+
5292+
\pnum
5293+
\throws
5294+
\tcode{meta::exception} unless
5295+
\tcode{dealias(type)} represents a class type
5296+
that is complete from some point in the evaluation context.
52965297
\end{itemdescr}
52975298

52985299
\indexlibraryglobal{enumerators_of}%

0 commit comments

Comments
 (0)