Richard Heck <rgh...@comcast.net> writes: | 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.
I am not really setup for committing anymore, so I'd prefere if one of you did it for me. (If not I can change my ways, and do it myself, will take time though.)