22 Mar
2008
22 Mar
'08
3:52 a.m.
AMDG Robert Dailey wrote:
Will the plain_return_type_2 specialization also work for classes derived from Stream? Or do I need to specialize that structure for each and every single class, regardless of inheritance? Thanks.
Yes, you would need to specialize for every derived class. The other alternative is to use an explicit return type. http://www.boost.org/doc/html/lambda/le_in_details.html#lambda.overriding_de... In Christ, Steven Watanabe