mirror of
https://github.com/boostorg/config.git
synced 2025-10-04 11:40:59 +02:00
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.
[SVN r82514]
This commit is contained in:
@@ -3105,6 +3105,25 @@
|
||||
</blockquote></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><span class="identifier">BOOST_MSVC_ENABLE_2012_NOV_CTP</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
For Microsoft Visual C++ 2012, enable the C++11 features supplied
|
||||
by the November 2012 Community Technology Preview. These features
|
||||
are not automatically enabled because the CTP is non-supported
|
||||
alpha code that is not recommended for production use. This macro
|
||||
must be defined before including any Boost headers, and must be
|
||||
defined for all translation units in the program, including Boost
|
||||
library builds. This macro will no longer have any effect once
|
||||
an official Microsoft release supports the CTP features.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user