$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Config] N3276 decltype support on VC++ 11
From: Daniel Walker (daniel.j.walker_at_[hidden])
Date: 2012-08-31 13:22:20
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