[cfe-dev] Templates (again)

Douglas Gregor dgregor at apple.com
Thu Feb 5 08:27:03 PST 2009


On Feb 5, 2009, at 6:05 AM, Andrew Sutton wrote:

>
> Sorry for the *long* delay... it's about time for us to get rolling  
> on templates, eh?
>
> No problem... I've had lots to keep my busy in the meantime :) I'm  
> not enturely sure what to work on from here. I've been thinking  
> about revisit the parsing and look at improving ICE parsing for  
> default non-type parameters and the '>>' problem.

Sure. FWIW, I'll be working on declaration matching for templates  
(comparing template parameter lists) and the representational aspects  
of template-ids, e.g., turning std::vector<int, std::allocator<int>>  
into a proper type in the type system.

> On a side note, I am now a big fan of variadic templates.

:)

	- Doug



More information about the cfe-dev mailing list