$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Config] N3276 decltype support on VC++ 11
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-09-08 12:15:07
Stephan T. Lavavej wrote:
> [Michel Morin]
>> IIRC, Stephan said that VC++ 11 supports N3276 decltype.
>
> Yep.
Thanks!
> [Marshall Clow]
>> What we need to do is to figure out the differences between VC10 and VC11
>> and update the VC config for that.
>
> http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspx
> is the Rosetta Stone - it is accurate to the best of my ability.
> There is one caveat - rvalue references v2.1 was not completely implemented
> (it is still tracked by an active bug).
OK, what is missing in Boost.Config for VC++ 11 is only about
N3276 decltype support.
Regards,
Michel