Skip to content

Commit d2b4804

Browse files
jensmaurertkoeppe
authored andcommitted
[expr.const] Properly merge P2686R5
P2686R5 (applied by commit e220906) accidentally reverted a change considering erroneous values made by P2795R5.
1 parent 5b43cb9 commit d2b4804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8206,7 +8206,7 @@
82068206
\item
82078207
each constituent reference refers to an object or a non-immediate function,
82088208
\item
8209-
no constituent value of scalar type is an indeterminate value\iref{basic.indet},
8209+
no constituent value of scalar type is an indeterminate or erroneous value\iref{basic.indet},
82108210
\item
82118211
no constituent value of pointer type is a pointer to an immediate function or
82128212
an invalid pointer value\iref{basic.compound}, and

0 commit comments

Comments
 (0)