Rename a bunch of C++11 configuration macros to include 'CXX11' in the name; preserve old macro names for compatibility, but mark them as deprecated. No functionality change intended

[SVN r79400]
This commit is contained in:
Marshall Clow
2012-07-10 13:57:24 +00:00
parent 44e8ed4c2f
commit 20b319483f
113 changed files with 1475 additions and 821 deletions

View File

@@ -10,9 +10,9 @@
//
// Test file for macro BOOST_NO_DEFAULTED_FUNCTIONS
// Test file for macro BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
// This file should not compile, if it does then
// BOOST_NO_DEFAULTED_FUNCTIONS should not be defined.
// BOOST_NO_CXX11_DEFAULTED_FUNCTIONS should not be defined.
// See file boost_no_defaulted_functions.ipp for details
// Must not have BOOST_ASSERT_CONFIG set; it defeats
@@ -24,7 +24,7 @@
#include <boost/config.hpp>
#include "test.hpp"
#ifdef BOOST_NO_DEFAULTED_FUNCTIONS
#ifdef BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
#include "boost_no_defaulted_functions.ipp"
#else
#error "this file should not compile"