27 Aug
2008
27 Aug
'08
9:14 p.m.
Does boost::reference_wrapper provide polymorphic behavior? For example, if I have a boost::reference_wrapper to a base type, and I assign a derived type to it, will the function calls be polymorphic?