2 Apr
2013
2 Apr
'13
7:52 p.m.
On 2 April 2013 18:35, Andrey Semashev wrote:
I think this is because result_of is based on decltype for clang and TR1 protocol for gcc. This is because gcc doesn't support N3276. 4.8.0 release notes state that it is supported but I saw someone on the list found some bug in it so the support is incomplete for now.
No, the GCC 4.8 release notes say: "As of GCC 4.8.1, G++ implements the change to decltype semantics from N3276." The support is complete.