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

View File

@@ -10,9 +10,9 @@
//
// Test file for macro BOOST_NO_CONSTEXPR
// Test file for macro BOOST_NO_CXX11_CONSTEXPR
// This file should not compile, if it does then
// BOOST_NO_CONSTEXPR should not be defined.
// BOOST_NO_CXX11_CONSTEXPR should not be defined.
// See file boost_no_constexpr.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_CONSTEXPR
#ifdef BOOST_NO_CXX11_CONSTEXPR
#include "boost_no_constexpr.ipp"
#else
#error "this file should not compile"