Merge rework of C++11 config macros to release

[SVN r79537]
This commit is contained in:
Marshall Clow
2012-07-15 15:59:05 +00:00
parent 1b1589b54d
commit bc0114f7c8
115 changed files with 1200 additions and 908 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
// See http://www.boost.org/libs/config for more information.
// MACRO: BOOST_NO_NULLPTR
// MACRO: BOOST_NO_CXX11_NULLPTR
// TITLE: C++0x nullptr feature unavailable
// DESCRIPTION: The compiler does not support the C++0x nullptr feature
namespace boost_no_nullptr {
namespace boost_no_cxx11_nullptr {
void quiet_warning(const int*){}