<div class="gmail_quote">On Thu, Aug 18, 2011 at 2:40 PM, Kaelyn Uhrain <span dir="ltr"><<a href="mailto:rikka@google.com">rikka@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I suspect the reason the qualifiers aren't being shown is that A::f is visible through B (doesn't need to be qualified), but it isn't valid for redeclaration. I *think* the fix is to not accept typo corrections where the only difference is in the qualifier, i.e. where the typo-corrected identifier is the same as the uncorrected identifier.</blockquote>
</div><br><div>Why wouldn't the correct solution be to perform typo correction as-if A::f were not visible through B since those are the rules for redeclarations?</div>