Sorry for the off-topic, but I read this paper
http://research.microsoft.com/projects/clrgen/generics.pdf and I was
wondering if there will be support for C++ like specializations of the
type:
template <> class Vector<void*> {
void** p;
// ...
}
--
Pablo Baena <pbaena@uol.com.ar>