16 Jul
2008
16 Jul
'08
5:22 a.m.
-- Hi,
The question is if you need runtime polymorphism or static one? If you have some performances constraints, I propose you to use static polymorphism as far as you can and switch to runtime polymorphism when statics no work any more. The Adobe Poly library helps you to make the switch (see http://stlab.adobe.com/wiki/images/c/c9/Boost_poly.pdf and http://homepages.fh-regensburg.de/~mpool/mpool07/proceedings/5.pdf)
Hopping that helps you.
Vicente
static polymorphism helps too...thanks