
7 Apr
2008
7 Apr
'08
4:19 p.m.
On Mon, Apr 7, 2008 at 11:37 AM, Eric Niebler <eric@boost-consulting.com> wrote:
And is there a plan in C++0x to require std::result_of to be implemented in terms of decltype?
Yes. There was a proposal to remove the result_type/result<> heuristic described in TR1 3.4/3 entirely since implementers can just use decltype. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2194.pdf I'm not sure if that's been accepted by the committee yet or not. Daniel