Douglas Gregor wrote: > Author: dgregor > Date: Fri Oct 9 16:11:42 2009 > New Revision: 83672 > > URL: http://llvm.org/viewvc/llvm-project?rev=83672&view=rev > Log: > When declaring a friend class template, we may end up finding an > injected-class-name (e.g., when we're referring to other > specializations of the current class template). Make sure that we see > the template rather than the injected-class-name. Fixes PR4768. >
Thanks, Doug. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
