Opened 9 years ago

Closed 9 years ago

#8753 closed Patches (fixed)

Boost.Config VS2013 Preview version bump

Reported by: Lars Viklund <zao@…> Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

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.

Attachments (2)

0001-Boost.Config-MSVC-version-increase-to-1800.patch (1.2 KB ) - added by Lars Viklund <zao@…> 9 years ago.
0001-Boost.Config-add-Visual-Studio-2013-to-autolink-toolsets.patch (1000 bytes ) - added by dani@… 9 years ago.

Download all attachments as: .zip

Change History (5)

by Lars Viklund <zao@…>, 9 years ago

comment:1 by Daniela Engert <dani@…>, 9 years ago

The second path is required to enable autolinking with VC12, i.e. toolset 'vc120'.

comment:2 by anonymous, 9 years ago

There's a typo in the code comment in the patch. Should say " vc12:"

comment:3 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

(In [85137]) Apply patches from #8753. Fixes #8753.

Note: See TracTickets for help on using tickets.