Commit ccb14335 by Nathan Sidwell

missed in previous commit

From-SVN: r84563
parent cad7e87b
......@@ -4357,6 +4357,7 @@ arg_assoc_class (struct arg_lookup *k, tree type)
if (arg_assoc_namespace (k, context))
return true;
if (TYPE_BINFO (type))
/* Process baseclasses. */
for (i = 0; i < BINFO_N_BASE_BINFOS (TYPE_BINFO (type)); i++)
if (arg_assoc_class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment