Skip to content

Commit df70ba3

Browse files
Eisenwavetkoeppe
authored andcommitted
[meta.reflection.array] Replace "Constant When" with "Throws"
1 parent 29100a6 commit df70ba3

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
@@ -5896,11 +5896,6 @@
58965896
\pnum
58975897
Let \tcode{T} be \tcode{ranges::range_value_t<R>}.
58985898

5899-
\pnum
5900-
\constantwhen
5901-
\tcode{reflect_constant(e)} is a constant subexpression
5902-
for every element \tcode{e} of \tcode{r}.
5903-
59045899
\pnum
59055900
\mandates
59065901
\tcode{T} is a structural type\iref{temp.param},
@@ -5931,6 +5926,12 @@
59315926
\returns
59325927
\tcode{\reflexpr{$P$}}.
59335928

5929+
\pnum
5930+
\throws
5931+
\tcode{meta::exception} unless
5932+
\tcode{reflect_constant(e)} is a constant subexpression
5933+
for every element \tcode{e} of \tcode{r}.
5934+
59345935
\pnum
59355936
\begin{note}
59365937
$P$ is a potentially non-unique object\iref{intro.object}.

0 commit comments

Comments
 (0)