
28 Mar
2012
28 Mar
'12
1:38 a.m.
[Michel Morin]
Boost's users who (b) have compilers that support decltype and (c) don't support N3256 and (d) don't have a std::result_of that uses decltype. I'm pretty sure that's exactly zero people.
Right! Forgot about std::result_of.
(Though gcc-4.4 supports decltype and does not provide decltype-based std::result_of, gcc-4.4 is old and no longer maintained release series.)
Sorry, I haven't been following this thread, but VC10 has decltype v1.0 (not v1.1) and its std::result_of follows the TR1 protocol (not decltype-powered). Is that of interest? (VC11 has decltype v1.1 and its std::result_of is decltype-powered.) STL