j
k
j a
j l
On 15/11/2011 04:23, Gene Bushuyev wrote:
There is a polymorfic class r_rule, which uses std::function.
std::function is monomorphic. It's not that kind of polymorphism Joel was talking about, he meant parametric polymorphism, not type erasure.
Back to the thread
Back to the list