
26 Apr
2008
26 Apr
'08
4:55 p.m.
Mathias Gaunard wrote:
Sean Hunt wrote:
dynamic polymorphism on the return type.
What is that supposed to mean? Are you talking about covariant return types?
No, I picked a bad name. I meant that the return type is known, so that I might store a bound_func<int>, which is some nullary functor which returns an int. Sean Hunt