From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-08-27 17:14:10


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?