Douglas Gregor wrote:
> Author: dgregor
> Date: Fri Feb 27 13:31:52 2009
> New Revision: 65649
>
> URL: http://llvm.org/viewvc/llvm-project?rev=65649&view=rev
> Log:
> Implement the basic approach for instantiating types, with a lot of FIXME'd
> stubs for those types we don't yet know how to instantiate (everything
> that isn't a template parameter!).
>
> We now instantiate default arguments for template type parameters when
> needed. This will be our testbed while I fill out the remaining
> type-instantiation logic.
>   
Awesome!
> +  
> +  assert(false && "Not all types hav been decided for template 
> instantiation");
>   
Typo in the text.

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

Reply via email to