* constexpr.c (cxx_eval_outermost_constant_expr): Update comment.
From-SVN: r264484
This commit is contained in:
parent
ac51f07ad2
commit
d4accef391
1 changed files with 3 additions and 0 deletions
|
@ -4960,6 +4960,9 @@ instantiate_constexpr_fns (tree t)
|
|||
}
|
||||
|
||||
/* ALLOW_NON_CONSTANT is false if T is required to be a constant expression.
|
||||
STRICT has the same sense as for constant_value_1: true if we only allow
|
||||
conforming C++ constant expressions, or false if we want a constant value
|
||||
even if it doesn't conform.
|
||||
PRETEND_CONST_REQUIRED is true if T is required to be const-evaluated as
|
||||
per P0595 even when ALLOW_NON_CONSTANT is true. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue