Agreed, VS2013 Preview's new C++11 features are looking solid. Apart from http://connect.microsoft.com/VisualStudio/feedback/details/794707/sfinae-fai lure-during-variadic-template-overload-resolution which is a showstopper for us that is. Niall --- Opinions expressed here are my own and do not necessarily represent those of BlackBerry Inc.
-----Original Message----- From: Daniela Engert [mailto:dani@ngrt.de] Sent: 23 July 2013 10:07 To: boost@lists.boost.org Subject: Re: [boost] Patch bonanza for VS2013 Preview support
Am 02.07.2013 01:35, schrieb Lars Viklund:
Boost.Config VS2013 Preview version bump https://svn.boost.org/trac/boost/ticket/8753 The Visual Studio 2013 Preview toolchain has _MSC_VER 1800 and _MSC_FULL_VER 180020617. See the attached patch for the minimum changes that are needed to get anywhere at all.
I've attached an additional patch to ticket 8753 against autolink.hpp to introduce toolset vc120 an enable autolinking. Works in my code.
On top of Lars' patch series, I have another one:
Boost.Build VS2013 enable N3276 https://svn.boost.org/trac/boost/ticket/8887 According to Stephan T. Lavavej's comment http://blogs.msdn.com/b/somasegar/archive/2013/06/28/cpp-conformance- roadmap.aspx#10430924 ,Visual Studio 2013 fully implements N3276 decltype. Boost 1.54.0 builds with this feature enabled, and none of my own checks did exhibit any failures so far.
Ciao Dani