$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2008-04-06 14:03:26
Peter Dimov wrote:
> shunsuke:
>
>> BTW, I think
>> `result_of<F(int)>::type` is always the same as
>> `result_of<F(int const &)>::type` in C++03.
>
> template<class T> T& operator()( T& t ) const;
> long operator()( long v ) const;
Ah, right.
Egg can't support such a case directly, though.
Regards,
-- Shunsuke Sogame