[cfe-dev] partial specializations of member templates style + traceback...

Douglas Gregor dgregor at apple.com
Wed Oct 21 08:55:57 PDT 2009


On Oct 21, 2009, at 7:01 AM, Fons Rademakers wrote:

> Hi (Doug),
>
>    any idea when this will be no longer an assert:
>
> clang-cc:
> /home/rdm/llvm/src/tools/clang/lib/Sema/ 
> SemaTemplateInstantiateDecl.cpp:419:
> clang 
> ::Decl 
> *< 
> unnamed 
> > 
> ::TemplateDeclInstantiator 
> ::VisitClassTemplatePartialSpecializationDecl 
> (clang::ClassTemplatePartialSpecializationDecl*):
> Assertion `false &&"Partial specializations of member templates are
> unsupported"' failed.
> 0

> [snip]
> It is basically the only remaining header parse error for our system.

You can track this issue here:

	http://llvm.org/bugs/show_bug.cgi?id=5236

> Also it looks like the Linux traceback is not fully implemented. Is
> somebody working on this? Of course for MacOS the traceback is  
> complete.


I don't know of anyone working on this.

	- Doug



More information about the cfe-dev mailing list