M
Mr.Tickle
So whats the deal here regarding Generics in the 2004 release and templates
currently in C++?
currently in C++?
Mr.Tickle said:So whats the deal here regarding Generics in the 2004 release and
templates currently in C++?
Carl Daniel said:If you compare the CLR generics proposed by Microsoft Research (see
http://research.microsoft.com/projects/clrgen/generics.pdf) to C++
templates, you'll find some differences:
* CLR Generics are supported in the CLR, with instantiation occuring at
runtime. Full metadata exists for the generic type, and generic
instantiations can be reflected upon through meta-data.