c++: comment

gcc/cp/ChangeLog:

	* constexpr.cc (maybe_constant_value): Add default arg comments.
This commit is contained in:
Jason Merrill 2022-12-06 09:51:33 -05:00
parent 09c91caeb8
commit 3da5ae7a34

View file

@ -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;