On Feb 21, 2013, at 2:28 PM, John McCall <[email protected]> wrote:
> On Feb 21, 2013, at 12:53 PM, Rafael Espíndola <[email protected]> 
> wrote:
>>> Yes, TNorthover just pointed that to me on IRC. I guess we should just
>>> not call getLVForDecl on the class when we have an explicit
>>> specialization of a member of a class template. It would look just for
>>> the template arguments, but we want to ignore them.
>> 
>> I decided to give that a try and looks like it works.
> 
> You can't just not call getLVForDecl on the class;  you just want to ignore
> visibility, not linkage.
> 
> I'm working on a more complete patch anyway.

Committed as r175827.

John.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to