
6 Feb
2011
6 Feb
'11
3:18 p.m.
On 05/02/2011 18:20, Lorenzo Caminiti wrote:
What does "polymorphic" mean in this context? (I think it means that the local functions cannot be template functions... right?)
It refers to parametric polymorphism, which is indeed obtained through the use of templates in C++.