
31 Aug
2012
31 Aug
'12
5:22 p.m.
On Aug 31, 2012, at 1:04 PM, Michel Morin wrote:
IIRC, Stephan said that VC++ 11 supports N3276 decltype.
Shall we "undef" BOOST_NO_CXX11_DECLTYPE_N3276 for VC++ 11? This enables automatic use of decltype-based `boost::result_of`. Trivial patch attached.
Nice! Can someone verify that there are no regressions in the test suit on VC++ 11? Assuming everything's OK, I'd say feel free to commit the patch, Michel. - Daniel