Boost logo

Boost :

Subject: Re: [boost] Changes to VS 2012 config
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-01-16 21:22:23


On Mon, Jan 14, 2013 at 5:17 PM, Beman Dawes <bdawes_at_[hidden]> wrote:
> On Mon, Jan 14, 2013 at 4:05 PM, <Charles_J_Wilson_at_[hidden]> wrote:
>> So, to enable CTP support, one would simply build with BOOST_ENABLE_MSVC_2012_NOV_CTP defined, yes?
>
> Correct. The compiler also has to have the CTP _MSC_FULL_VER or later value

Committed to trunk. The macro name ended up being
BOOST_MSVC_ENABLE_2012_NOV_CTP. Here is the commit message:

Add BOOST_MSVC_ENABLE_2012_NOV_CTP macro to allow users to explicitly
enable use of VC++ November 2012 Community Technology Preview. C++11
features supplied by this CTP are not enabled by default since they
represent unsupported alpha-level code that should not be used for
production work.

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk