
17 Jan
2013
17 Jan
'13
2:22 a.m.
On Mon, Jan 14, 2013 at 5:17 PM, Beman Dawes <bdawes@acm.org> wrote:
On Mon, Jan 14, 2013 at 4:05 PM, <Charles_J_Wilson@dell.com> 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