$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2008-02-17 13:13:20
Peder Holt wrote:
> For these
> compilers, it is possible to implement decltype. I am not sure whether
> this should be part of
> Boost.Typeof,
> since we cannot implement this feature on the remaining compilers.
I wanted to use decltype in order to make boost::result_of compilation faster.
(So that, the portability could be kept anyway.)
I probably give up, after all.
I've applied Boost.Typeof when expression type is known rvalue.
Unfortunately, the compilation time becomes slower :-)
Regards,
-- Shunsuke Sogame