
15 Jan
2009
15 Jan
'09
9:45 p.m.
AMDG Joel Falcou wrote:
Is result_of beign able to be called recursively like :
boost::result_of<foo(int,bar(float))>::type
No. boost::result_of<foo(int, boost::result_of<bar(float)>::type)>::type will work though.
If not, why and how can it be fixed ?
In Christ, Steven Watanabe