Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51990 - trunk/libs/config/doc
From: andrey.semashev_at_[hidden]
Date: 2009-03-26 14:19:34


Author: andysem
Date: 2009-03-26 14:19:33 EDT (Thu, 26 Mar 2009)
New Revision: 51990
URL: http://svn.boost.org/trac/boost/changeset/51990

Log:
Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS (take two). The C++0x features were disabled for MSVC 2010 as it is too far from release now. The macros are also defined for Borland and Codegear as these features are not announced in the release notes.
Text files modified:
   trunk/libs/config/doc/macro_reference.qbk | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/libs/config/doc/macro_reference.qbk
==============================================================================
--- trunk/libs/config/doc/macro_reference.qbk (original)
+++ trunk/libs/config/doc/macro_reference.qbk 2009-03-26 14:19:33 EDT (Thu, 26 Mar 2009)
@@ -524,6 +524,12 @@
 [table
 [[Macro ][Description ]]
 
+[[`BOOST_NO_AUTO_DECLARATIONS`][The compiler does not support
+type deduction for variables declared with the `auto` keyword (`auto var = ...;`).
+]]
+[[`BOOST_NO_AUTO_MULTIDECLARATIONS`][The compiler does not support
+type deduction for multiple variables declared with the `auto` keyword (`auto var = ..., *ptr = ...;`).
+]]
 [[`BOOST_NO_CHAR16_T`][The compiler does not support
 type `char16_t`.
 ]]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk