On 05/20/2011 07:14 PM, Lars Gullik Bjønnes wrote:
> >From the GCC mailinglist:
>
>    G++ has had a long-standing bug with unqualified name resolution in
>    templates: if we didn't find any declaration when looking up a name in
>    the template definition, we would do an additional unqualified lookup
>    at the point of instantiation.  This led to incorrectly finding
>    namespace-scope functions declared later (29131) and member functions
>    of dependent bases (24163).
>
> The supplied patch fixes the only place in the code that didn't
> compile due to this fixed bug.
>
This is fine for branch, too.

Richard


Reply via email to