Boost logo

Boost :

Subject: Re: [boost] Mixing protocol
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-15 16:45:52


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk