$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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