On Sep 15, 2009, at 5:01 PM, Eli Friedman wrote:
> Attached prevents the following from crashing:
> template<typename _CharT> struct A {int x();};
> template<> int A<char>::x() { return 1; }
>
> Does the patch look close to correct, or is the issue more
> fundamental?
We should only call RequireCompleteDeclContext if !DC-
>isDependentContext(); otherwise, the patch looks good.
- Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits