
17 Feb
2008
17 Feb
'08
6:13 p.m.
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