
8 Sep
2012
8 Sep
'12
4:15 p.m.
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