Boost logo

Boost :

Subject: Re: [boost] [result_of] Make `cpp0x_result_of_impl` public
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2012-03-27 21:38:08


[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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk