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... ,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