
2 Sep
2006
2 Sep
'06
7:48 p.m.
AMDG
Could you please tell me what a library for type erasure is doing?
Type erasure converts static polymorphism into dynamic polymorphism. One example is Boost.Function which can contain any type that has an appropriate function call operator. In Christ, Steven Watanabe