Skip to content

Commit 29100a6

Browse files
eisenwavetkoeppe
authored andcommitted
[meta.reflection.member.queries] Replace "Constant When" with "Throws"
1 parent 861365f commit 29100a6

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
@@ -5276,16 +5276,17 @@
52765276
\end{itemdecl}
52775277

52785278
\begin{itemdescr}
5279-
\pnum
5280-
\constantwhen
5281-
\tcode{dealias(type)} represents a class type
5282-
that is complete from some point in the evaluation context.
5283-
52845279
\pnum
52855280
\returns
52865281
A \tcode{vector} containing each element of \tcode{bases_of(type, ctx)}
52875282
followed by each element of \tcode{non\-static_data_mem\-bers_of(\brk{}type,\brk{} ctx)},
52885283
preserving their order.
5284+
5285+
\pnum
5286+
\throws
5287+
\tcode{meta::exception} unless
5288+
\tcode{dealias(type)} represents a class type
5289+
that is complete from some point in the evaluation context.
52895290
\end{itemdescr}
52905291

52915292
\indexlibraryglobal{enumerators_of}%

0 commit comments

Comments
 (0)