Skip to content

Commit 6baf5bf

Browse files
committed
[meta.reflection.array] Replace "Constant When" with "Throws"
1 parent cdd5062 commit 6baf5bf

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
@@ -5903,11 +5903,6 @@
59035903
\pnum
59045904
Let \tcode{T} be \tcode{ranges::range_value_t<R>}.
59055905

5906-
\pnum
5907-
\constantwhen
5908-
\tcode{reflect_constant(e)} is a constant subexpression
5909-
for every element \tcode{e} of \tcode{r}.
5910-
59115906
\pnum
59125907
\mandates
59135908
\tcode{T} is a structural type\iref{temp.param},
@@ -5938,6 +5933,12 @@
59385933
\returns
59395934
\tcode{\reflexpr{$P$}}.
59405935

5936+
\pnum
5937+
\throws
5938+
\tcode{meta::exception} unless
5939+
\tcode{reflect_constant(e)} is a constant subexpression
5940+
for every element \tcode{e} of \tcode{r}.
5941+
59415942
\pnum
59425943
\begin{note}
59435944
$P$ is a potentially non-unique object\iref{intro.object}.

0 commit comments

Comments
 (0)