26 Apr
                
                    2008
                
            
            
                26 Apr
                
                '08
                
            
            
            
        
    
                7:22 p.m.
            
        AMDG Sean Hunt wrote:
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.
It sounds like you want boost::function<int()> In Christ, Steven Watanabe