
29 May
2007
29 May
'07
4:21 p.m.
The Fusion "Polymorphic Function Object" concept has a nested member template called "result" for calculating the return type of the function object, but it is not result_of compliant. The return type of: f(t1, ...tN) is F::result<T1, ...TN>::type Why isn't it F::result<F(T1, ...TN)>::type to be compliant with TR1 result_of? -- Eric Niebler Boost Consulting www.boost-consulting.com