c++: comment
gcc/cp/ChangeLog: * constexpr.cc (maybe_constant_value): Add default arg comments.
This commit is contained in:
parent
09c91caeb8
commit
3da5ae7a34
1 changed files with 2 additions and 1 deletions
|
@ -8474,7 +8474,8 @@ fold_simple (tree t)
|
|||
static GTY((deletable)) hash_map<tree, tree> *cv_cache;
|
||||
|
||||
tree
|
||||
maybe_constant_value (tree t, tree decl, bool manifestly_const_eval)
|
||||
maybe_constant_value (tree t, tree decl /* = NULL_TREE */,
|
||||
bool manifestly_const_eval /* = false */)
|
||||
{
|
||||
tree r;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue