
6 Apr
2008
6 Apr
'08
6:03 p.m.
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