Looks like
qualified_name_lookup_error (object_type, tmpl, member, input_location);
is passing the wrong first argument; the scope argument should be the same as we passed to lookup_qualified_name.
Jason
Looks like
qualified_name_lookup_error (object_type, tmpl, member, input_location);
is passing the wrong first argument; the scope argument should be the same as we passed to lookup_qualified_name.
Jason