|
Boost : |
From: Eric Niebler (eric_at_[hidden])
Date: 2007-05-29 12:21:42
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk