Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77194 - in trunk: boost/config boost/config/compiler boost/config/stdlib libs/config/doc/html/boost_config libs/config/test libs/config/test/all
From: marshall_at_[hidden]
Date: 2012-03-03 22:00:58


Author: marshall
Date: 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
New Revision: 77194
URL: http://svn.boost.org/trac/boost/changeset/77194

Log:
Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce)
Added:
   trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_array.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_chrono.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_chrono.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_codecvt.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_codecvt.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_condition_variable.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_condition_variable.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_forward_list.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_forward_list.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_future.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_future.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_initializer_list.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_initializer_list.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_mutex.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_mutex.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_random.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_random.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_ratio.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_ratio.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_regex.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_regex.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_system_error.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_system_error.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_thread.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_thread.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_tuple.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_tuple.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_type_traits.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_type_traits.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_typeindex.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_typeindex.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_unordered_map.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_unordered_map.ipp
   trunk/libs/config/test/boost_no_cxx11_hdr_unordered_set.ipp
      - copied, changed from r77168, /trunk/libs/config/test/boost_no_0x_hdr_unordered_set.ipp
Removed:
   trunk/libs/config/test/boost_no_0x_hdr_array.ipp
   trunk/libs/config/test/boost_no_0x_hdr_chrono.ipp
   trunk/libs/config/test/boost_no_0x_hdr_codecvt.ipp
   trunk/libs/config/test/boost_no_0x_hdr_condition_variable.ipp
   trunk/libs/config/test/boost_no_0x_hdr_forward_list.ipp
   trunk/libs/config/test/boost_no_0x_hdr_future.ipp
   trunk/libs/config/test/boost_no_0x_hdr_initializer_list.ipp
   trunk/libs/config/test/boost_no_0x_hdr_mutex.ipp
   trunk/libs/config/test/boost_no_0x_hdr_random.ipp
   trunk/libs/config/test/boost_no_0x_hdr_ratio.ipp
   trunk/libs/config/test/boost_no_0x_hdr_regex.ipp
   trunk/libs/config/test/boost_no_0x_hdr_system_error.ipp
   trunk/libs/config/test/boost_no_0x_hdr_thread.ipp
   trunk/libs/config/test/boost_no_0x_hdr_tuple.ipp
   trunk/libs/config/test/boost_no_0x_hdr_type_traits.ipp
   trunk/libs/config/test/boost_no_0x_hdr_typeindex.ipp
   trunk/libs/config/test/boost_no_0x_hdr_unordered_map.ipp
   trunk/libs/config/test/boost_no_0x_hdr_unordered_set.ipp
Text files modified:
   trunk/boost/config/compiler/borland.hpp | 2
   trunk/boost/config/compiler/clang.hpp | 2
   trunk/boost/config/compiler/codegear.hpp | 2
   trunk/boost/config/compiler/common_edg.hpp | 2
   trunk/boost/config/compiler/digitalmars.hpp | 2
   trunk/boost/config/compiler/gcc.hpp | 2
   trunk/boost/config/compiler/gcc_xml.hpp | 2
   trunk/boost/config/compiler/hp_acc.hpp | 2
   trunk/boost/config/compiler/intel.hpp | 2
   trunk/boost/config/compiler/metrowerks.hpp | 2
   trunk/boost/config/compiler/mpw.hpp | 2
   trunk/boost/config/compiler/pathscale.hpp | 32 +++---
   trunk/boost/config/compiler/pgi.hpp | 36 +++---
   trunk/boost/config/compiler/sunpro_cc.hpp | 2
   trunk/boost/config/compiler/vacpp.hpp | 2
   trunk/boost/config/compiler/visualc.hpp | 4
   trunk/boost/config/stdlib/dinkumware.hpp | 40 ++++----
   trunk/boost/config/stdlib/libcomo.hpp | 36 +++---
   trunk/boost/config/stdlib/libcpp.hpp | 8
   trunk/boost/config/stdlib/libstdcpp3.hpp | 42 ++++----
   trunk/boost/config/stdlib/modena.hpp | 36 +++---
   trunk/boost/config/stdlib/msl.hpp | 36 +++---
   trunk/boost/config/stdlib/roguewave.hpp | 36 +++---
   trunk/boost/config/stdlib/sgi.hpp | 36 +++---
   trunk/boost/config/stdlib/stlport.hpp | 36 +++---
   trunk/boost/config/stdlib/vacpp.hpp | 36 +++---
   trunk/boost/config/suffix.hpp | 91 ++++++++++++++++++
   trunk/libs/config/doc/html/boost_config/boost_macro_reference.html | 186 +++++++++++++++++++++++++++++++++++----
   trunk/libs/config/test/all/Jamfile.v2 | 36 +++---
   trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_chrono.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_codecvt.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_condition_variable.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_forward_list.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_future.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_initializer_list.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_mutex.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_random.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_ratio.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_regex.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_system_error.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_thread.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_tuple.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_type_traits.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_typeindex.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_unordered_map.ipp | 4
   trunk/libs/config/test/boost_no_cxx11_hdr_unordered_set.ipp | 4
   trunk/libs/config/test/config_info.cpp | 36 +++---
   trunk/libs/config/test/config_test.cpp | 180 +++++++++++++++++++-------------------
   trunk/libs/config/test/no_0x_hdr_array_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_array_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_chrono_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_chrono_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_codecvt_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_codecvt_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_condition_variable_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_condition_variable_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_forward_list_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_forward_list_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_future_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_future_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_initializer_list_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_initializer_list_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_mutex_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_mutex_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_random_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_random_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_ratio_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_ratio_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_regex_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_regex_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_system_error_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_system_error_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_thread_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_thread_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_tuple_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_tuple_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_type_traits_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_type_traits_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_typeindex_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_typeindex_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_unordered_map_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_unordered_map_pass.cpp | 14 +-
   trunk/libs/config/test/no_0x_hdr_unordered_set_fail.cpp | 12 +-
   trunk/libs/config/test/no_0x_hdr_unordered_set_pass.cpp | 14 +-
   85 files changed, 870 insertions(+), 639 deletions(-)

Modified: trunk/boost/config/compiler/borland.hpp
==============================================================================
--- trunk/boost/config/compiler/borland.hpp (original)
+++ trunk/boost/config/compiler/borland.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -176,7 +176,7 @@
 #define BOOST_NO_DEFAULTED_FUNCTIONS
 #define BOOST_NO_DELETED_FUNCTIONS
 #define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_LAMBDAS
 #define BOOST_NO_NULLPTR
 #define BOOST_NO_RAW_LITERALS

Modified: trunk/boost/config/compiler/clang.hpp
==============================================================================
--- trunk/boost/config/compiler/clang.hpp (original)
+++ trunk/boost/config/compiler/clang.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -63,7 +63,7 @@
 #endif
 
 #if !__has_feature(cxx_generalized_initializers)
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #endif
 
 #if !__has_feature(cxx_lambdas)

Modified: trunk/boost/config/compiler/codegear.hpp
==============================================================================
--- trunk/boost/config/compiler/codegear.hpp (original)
+++ trunk/boost/config/compiler/codegear.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -119,7 +119,7 @@
 
 #define BOOST_HAS_MACRO_USE_FACET
 
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 
 // On non-Win32 platforms let the platform config figure this out:
 #ifdef _WIN32

Modified: trunk/boost/config/compiler/common_edg.hpp
==============================================================================
--- trunk/boost/config/compiler/common_edg.hpp (original)
+++ trunk/boost/config/compiler/common_edg.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -64,7 +64,7 @@
 #endif
 #if (__EDG_VERSION__ <= 310)
 // No support for initializer lists
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #endif
 #if (__EDG_VERSION__ < 400)
 # define BOOST_NO_VARIADIC_MACROS

Modified: trunk/boost/config/compiler/digitalmars.hpp
==============================================================================
--- trunk/boost/config/compiler/digitalmars.hpp (original)
+++ trunk/boost/config/compiler/digitalmars.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -71,7 +71,7 @@
 #define BOOST_NO_DELETED_FUNCTIONS
 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
 #define BOOST_NO_EXTERN_TEMPLATE
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_LAMBDAS
 #define BOOST_NO_NOEXCEPT
 #define BOOST_NO_NULLPTR

Modified: trunk/boost/config/compiler/gcc.hpp
==============================================================================
--- trunk/boost/config/compiler/gcc.hpp (original)
+++ trunk/boost/config/compiler/gcc.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -182,7 +182,7 @@
 # define BOOST_NO_AUTO_MULTIDECLARATIONS
 # define BOOST_NO_CHAR16_T
 # define BOOST_NO_CHAR32_T
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 # define BOOST_NO_DEFAULTED_FUNCTIONS
 # define BOOST_NO_DELETED_FUNCTIONS
 #endif

Modified: trunk/boost/config/compiler/gcc_xml.hpp
==============================================================================
--- trunk/boost/config/compiler/gcc_xml.hpp (original)
+++ trunk/boost/config/compiler/gcc_xml.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -43,7 +43,7 @@
 # define BOOST_NO_CHAR32_T
 # define BOOST_NO_DEFAULTED_FUNCTIONS
 # define BOOST_NO_DELETED_FUNCTIONS
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 # define BOOST_NO_SCOPED_ENUMS
 # define BOOST_NO_SFINAE_EXPR
 # define BOOST_NO_SCOPED_ENUMS

Modified: trunk/boost/config/compiler/hp_acc.hpp
==============================================================================
--- trunk/boost/config/compiler/hp_acc.hpp (original)
+++ trunk/boost/config/compiler/hp_acc.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -104,7 +104,7 @@
 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
 #define BOOST_NO_EXTERN_TEMPLATE
 #define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_LAMBDAS
 #define BOOST_NO_NOEXCEPT
 #define BOOST_NO_NULLPTR

Modified: trunk/boost/config/compiler/intel.hpp
==============================================================================
--- trunk/boost/config/compiler/intel.hpp (original)
+++ trunk/boost/config/compiler/intel.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -240,7 +240,7 @@
 //
 // Although the Intel compiler is capable of supporting these, it appears not to in MSVC compatibility mode:
 //
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 # define BOOST_NO_VARIADIC_TEMPLATES
 # define BOOST_NO_DELETED_FUNCTIONS
 # define BOOST_NO_DEFAULTED_FUNCTIONS

Modified: trunk/boost/config/compiler/metrowerks.hpp
==============================================================================
--- trunk/boost/config/compiler/metrowerks.hpp (original)
+++ trunk/boost/config/compiler/metrowerks.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -104,7 +104,7 @@
 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
 #define BOOST_NO_EXTERN_TEMPLATE
 #define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_LAMBDAS
 #define BOOST_NO_NOEXCEPT
 #define BOOST_NO_NULLPTR

Modified: trunk/boost/config/compiler/mpw.hpp
==============================================================================
--- trunk/boost/config/compiler/mpw.hpp (original)
+++ trunk/boost/config/compiler/mpw.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -52,7 +52,7 @@
 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
 #define BOOST_NO_EXTERN_TEMPLATE
 #define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_LAMBDAS
 #define BOOST_NO_NOEXCEPT
 #define BOOST_NO_NULLPTR

Modified: trunk/boost/config/compiler/pathscale.hpp
==============================================================================
--- trunk/boost/config/compiler/pathscale.hpp (original)
+++ trunk/boost/config/compiler/pathscale.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -59,21 +59,21 @@
 # define BOOST_NO_AUTO_MULTIDECLARATIONS
 # define BOOST_NO_AUTO_DECLARATIONS
 # define BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX
-# define BOOST_NO_0X_HDR_UNORDERED_SET
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_TYPEINDEX
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CHRONO
 #endif
 

Modified: trunk/boost/config/compiler/pgi.hpp
==============================================================================
--- trunk/boost/config/compiler/pgi.hpp (original)
+++ trunk/boost/config/compiler/pgi.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -91,24 +91,24 @@
 #define BOOST_NO_VARIADIC_MACROS
 #define BOOST_NO_UNIFIED_INITIALIZATION_SYNTAX
 
-#define BOOST_NO_0X_HDR_UNORDERED_SET
-#define BOOST_NO_0X_HDR_UNORDERED_MAP
-#define BOOST_NO_0X_HDR_TYPEINDEX
-#define BOOST_NO_0X_HDR_TYPE_TRAITS
-#define BOOST_NO_0X_HDR_TUPLE
-#define BOOST_NO_0X_HDR_THREAD
-#define BOOST_NO_0X_HDR_SYSTEM_ERROR
-#define BOOST_NO_0X_HDR_REGEX
-#define BOOST_NO_0X_HDR_RATIO
-#define BOOST_NO_0X_HDR_RANDOM
-#define BOOST_NO_0X_HDR_MUTEX
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
-#define BOOST_NO_0X_HDR_FUTURE
-#define BOOST_NO_0X_HDR_FORWARD_LIST
-#define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-#define BOOST_NO_0X_HDR_CODECVT
-#define BOOST_NO_0X_HDR_CHRONO
-#define BOOST_NO_0X_HDR_ARRAY
+#define BOOST_NO_CXX11_HDR_UNORDERED_SET
+#define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+#define BOOST_NO_CXX11_HDR_TYPEINDEX
+#define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+#define BOOST_NO_CXX11_HDR_TUPLE
+#define BOOST_NO_CXX11_HDR_THREAD
+#define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+#define BOOST_NO_CXX11_HDR_REGEX
+#define BOOST_NO_CXX11_HDR_RATIO
+#define BOOST_NO_CXX11_HDR_RANDOM
+#define BOOST_NO_CXX11_HDR_MUTEX
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_FUTURE
+#define BOOST_NO_CXX11_HDR_FORWARD_LIST
+#define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+#define BOOST_NO_CXX11_HDR_CODECVT
+#define BOOST_NO_CXX11_HDR_CHRONO
+#define BOOST_NO_CXX11_HDR_ARRAY
 
 //
 // version check:

Modified: trunk/boost/config/compiler/sunpro_cc.hpp
==============================================================================
--- trunk/boost/config/compiler/sunpro_cc.hpp (original)
+++ trunk/boost/config/compiler/sunpro_cc.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -111,7 +111,7 @@
 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
 #define BOOST_NO_EXTERN_TEMPLATE
 #define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_LAMBDAS
 #define BOOST_NO_NOEXCEPT
 #define BOOST_NO_NULLPTR

Modified: trunk/boost/config/compiler/vacpp.hpp
==============================================================================
--- trunk/boost/config/compiler/vacpp.hpp (original)
+++ trunk/boost/config/compiler/vacpp.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -95,7 +95,7 @@
 // not enabled separately at this time
 # define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
 #endif
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_LAMBDAS
 #define BOOST_NO_NOEXCEPT
 #define BOOST_NO_NULLPTR

Modified: trunk/boost/config/compiler/visualc.hpp
==============================================================================
--- trunk/boost/config/compiler/visualc.hpp (original)
+++ trunk/boost/config/compiler/visualc.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -137,7 +137,7 @@
 #endif
 
 #if _MSC_VER < 1600 || !defined(BOOST_STRICT_CONFIG) // 150X == VC++ 9.0
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #endif
 
 #ifndef _NATIVE_WCHAR_T_DEFINED
@@ -215,7 +215,7 @@
 #define BOOST_NO_DELETED_FUNCTIONS
 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
 #define BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
-#define BOOST_NO_0X_HDR_INITIALIZER_LIST
+#define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 #define BOOST_NO_NOEXCEPT
 #define BOOST_NO_RAW_LITERALS
 #define BOOST_NO_SCOPED_ENUMS

Modified: trunk/boost/config/stdlib/dinkumware.hpp
==============================================================================
--- trunk/boost/config/stdlib/dinkumware.hpp (original)
+++ trunk/boost/config/stdlib/dinkumware.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -94,34 +94,34 @@
 // C++0x headers implemented in 520 (as shipped by Microsoft)
 //
 #if !defined(_CPPLIB_VER) || _CPPLIB_VER < 520
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 #endif
 
-#if (!defined(_HAS_TR1_IMPORTS) || (_HAS_TR1_IMPORTS+0 == 0)) && !defined(BOOST_NO_0X_HDR_TUPLE)
-# define BOOST_NO_0X_HDR_TUPLE
+#if (!defined(_HAS_TR1_IMPORTS) || (_HAS_TR1_IMPORTS+0 == 0)) && !defined(BOOST_NO_CXX11_HDR_TUPLE)
+# define BOOST_NO_CXX11_HDR_TUPLE
 #endif
 //
 // C++0x headers not yet (fully) implemented:
 //
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_THREAD
 
 #ifdef _CPPLIB_VER
 # define BOOST_DINKUMWARE_STDLIB _CPPLIB_VER

Modified: trunk/boost/config/stdlib/libcomo.hpp
==============================================================================
--- trunk/boost/config/stdlib/libcomo.hpp (original)
+++ trunk/boost/config/stdlib/libcomo.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -35,25 +35,25 @@
 
 // C++0x headers not yet implemented
 //
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 
 //

Modified: trunk/boost/config/stdlib/libcpp.hpp
==============================================================================
--- trunk/boost/config/stdlib/libcpp.hpp (original)
+++ trunk/boost/config/stdlib/libcpp.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -20,15 +20,15 @@
 #define BOOST_HAS_THREADS
 
 #ifdef _LIBCPP_HAS_NO_VARIADICS
-# define BOOST_NO_0X_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TUPLE
 #endif
 
 //
 // These appear to be unusable/incomplete so far:
 //
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
 
 // libc++ uses a non-standard messages_base
 #define BOOST_NO_STD_MESSAGES

Modified: trunk/boost/config/stdlib/libstdcpp3.hpp
==============================================================================
--- trunk/boost/config/stdlib/libstdcpp3.hpp (original)
+++ trunk/boost/config/stdlib/libstdcpp3.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -105,51 +105,51 @@
 // C++0x headers in GCC 4.3.0 and later
 //
 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 3) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_TUPLE
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 #endif
 
 // C++0x headers in GCC 4.4.0 and later
 //
 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
 #else
 # define BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG
 # define BOOST_HAS_TR1_COMPLEX_OVERLOADS
 #endif
 
-#if (!defined(_GLIBCXX_HAS_GTHREADS) || !defined(_GLIBCXX_USE_C99_STDINT_TR1)) && (!defined(BOOST_NO_0X_HDR_CONDITION_VARIABLE) || !defined(BOOST_NO_0X_HDR_MUTEX))
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_MUTEX
+#if (!defined(_GLIBCXX_HAS_GTHREADS) || !defined(_GLIBCXX_USE_C99_STDINT_TR1)) && (!defined(BOOST_NO_CXX11_HDR_CONDITION_VARIABLE) || !defined(BOOST_NO_CXX11_HDR_MUTEX))
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_MUTEX
 #endif
 
 // C++0x features in GCC 4.5.0 and later
 //
 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_RANDOM
 #endif
 
 // C++0x features in GCC 4.5.0 and later
 //
 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6) || !defined(__GXX_EXPERIMENTAL_CXX0X__)
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 #endif
 // C++0x headers not yet (fully!) implemented
 //
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_CODECVT
 
 // --- end ---

Modified: trunk/boost/config/stdlib/modena.hpp
==============================================================================
--- trunk/boost/config/stdlib/modena.hpp (original)
+++ trunk/boost/config/stdlib/modena.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -24,25 +24,25 @@
 
 // C++0x headers not yet implemented
 //
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 
 #define BOOST_STDLIB "Modena C++ standard library"

Modified: trunk/boost/config/stdlib/msl.hpp
==============================================================================
--- trunk/boost/config/stdlib/msl.hpp (original)
+++ trunk/boost/config/stdlib/msl.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -48,25 +48,25 @@
 
 // C++0x headers not yet implemented
 //
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 
 #define BOOST_STDLIB "Metrowerks Standard Library version " BOOST_STRINGIZE(__MSL_CPP__)

Modified: trunk/boost/config/stdlib/roguewave.hpp
==============================================================================
--- trunk/boost/config/stdlib/roguewave.hpp (original)
+++ trunk/boost/config/stdlib/roguewave.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -155,29 +155,29 @@
 #endif
 
 #if _RWSTD_VER < 0x05000000
-# define BOOST_NO_0X_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_ARRAY
 #endif
 // type_traits header is incomplete:
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
 //
 // C++0x headers not yet implemented
 //
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 

Modified: trunk/boost/config/stdlib/sgi.hpp
==============================================================================
--- trunk/boost/config/stdlib/sgi.hpp (original)
+++ trunk/boost/config/stdlib/sgi.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -118,25 +118,25 @@
 
 // C++0x headers not yet implemented
 //
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 
 #define BOOST_STDLIB "SGI standard library"

Modified: trunk/boost/config/stdlib/stlport.hpp
==============================================================================
--- trunk/boost/config/stdlib/stlport.hpp (original)
+++ trunk/boost/config/stdlib/stlport.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -212,25 +212,25 @@
 
 // C++0x headers not yet implemented
 //
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 
 #define BOOST_STDLIB "STLPort standard library version " BOOST_STRINGIZE(__SGI_STL_PORT)

Modified: trunk/boost/config/stdlib/vacpp.hpp
==============================================================================
--- trunk/boost/config/stdlib/vacpp.hpp (original)
+++ trunk/boost/config/stdlib/vacpp.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -24,25 +24,25 @@
 
 // C++0x headers not yet implemented
 //
-# define BOOST_NO_0X_HDR_ARRAY
-# define BOOST_NO_0X_HDR_CHRONO
-# define BOOST_NO_0X_HDR_CODECVT
-# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
-# define BOOST_NO_0X_HDR_FORWARD_LIST
-# define BOOST_NO_0X_HDR_FUTURE
-# define BOOST_NO_0X_HDR_INITIALIZER_LIST
-# define BOOST_NO_0X_HDR_MUTEX
-# define BOOST_NO_0X_HDR_RANDOM
-# define BOOST_NO_0X_HDR_RATIO
-# define BOOST_NO_0X_HDR_REGEX
-# define BOOST_NO_0X_HDR_SYSTEM_ERROR
-# define BOOST_NO_0X_HDR_THREAD
-# define BOOST_NO_0X_HDR_TUPLE
-# define BOOST_NO_0X_HDR_TYPE_TRAITS
-# define BOOST_NO_0X_HDR_TYPEINDEX
+# define BOOST_NO_CXX11_HDR_ARRAY
+# define BOOST_NO_CXX11_HDR_CHRONO
+# define BOOST_NO_CXX11_HDR_CODECVT
+# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+# define BOOST_NO_CXX11_HDR_FORWARD_LIST
+# define BOOST_NO_CXX11_HDR_FUTURE
+# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# define BOOST_NO_CXX11_HDR_MUTEX
+# define BOOST_NO_CXX11_HDR_RANDOM
+# define BOOST_NO_CXX11_HDR_RATIO
+# define BOOST_NO_CXX11_HDR_REGEX
+# define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+# define BOOST_NO_CXX11_HDR_THREAD
+# define BOOST_NO_CXX11_HDR_TUPLE
+# define BOOST_NO_CXX11_HDR_TYPE_TRAITS
+# define BOOST_NO_CXX11_HDR_TYPEINDEX
 # define BOOST_NO_STD_UNORDERED // deprecated; see following
-# define BOOST_NO_0X_HDR_UNORDERED_MAP
-# define BOOST_NO_0X_HDR_UNORDERED_SET
+# define BOOST_NO_CXX11_HDR_UNORDERED_MAP
+# define BOOST_NO_CXX11_HDR_UNORDERED_SET
 # define BOOST_NO_NUMERIC_LIMITS_LOWEST
 
 #define BOOST_STDLIB "Visual Age default standard library"

Modified: trunk/boost/config/suffix.hpp
==============================================================================
--- trunk/boost/config/suffix.hpp (original)
+++ trunk/boost/config/suffix.hpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -690,13 +690,96 @@
 #endif
 
 
-// Deprecated macros for 1.50
-// These will go away in a future release
+// -------------------- Deprecated macros for 1.50 ---------------------------
+// These will go away in a future release
 
-// Use BOOST_NO_0X_HDR_INITIALIZER_LIST instead of BOOST_NO_INITIALIZER_LISTS
-#if defined(BOOST_NO_0X_HDR_INITIALIZER_LIST) && !defined(BOOST_NO_INITIALIZER_LISTS)
+// Use BOOST_NO_CXX11_HDR_INITIALIZER_LIST instead of BOOST_NO_INITIALIZER_LISTS
+#if defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST) && !defined(BOOST_NO_INITIALIZER_LISTS)
 # define BOOST_NO_INITIALIZER_LISTS
 #endif
 
+// Use BOOST_NO_CXX11_HDR_ARRAY instead of BOOST_NO_0X_HDR_ARRAY
+#if defined(BOOST_NO_CXX11_HDR_ARRAY) && !defined(BOOST_NO_BOOST_NO_0X_HDR_ARRAY)
+# define BOOST_NO_0X_HDR_ARRAY
+#endif
+// Use BOOST_NO_CXX11_HDR_CHRONO instead of BOOST_NO_0X_HDR_CHRONO
+#if defined(BOOST_NO_CXX11_HDR_CHRONO) && !defined(BOOST_NO_0X_HDR_CHRONO)
+# define BOOST_NO_0X_HDR_CHRONO
+#endif
+// Use BOOST_NO_CXX11_HDR_CODECVT instead of BOOST_NO_0X_HDR_CODECVT
+#if defined(BOOST_NO_CXX11_HDR_CODECVT) && !defined(BOOST_NO_0X_HDR_CODECVT)
+# define BOOST_NO_0X_HDR_CODECVT
+#endif
+// Use BOOST_NO_CXX11_HDR_CONDITION_VARIABLE instead of BOOST_NO_0X_HDR_CONDITION_VARIABLE
+#if defined(BOOST_NO_CXX11_HDR_CONDITION_VARIABLE) && !defined(BOOST_NO_0X_HDR_CONDITION_VARIABLE)
+# define BOOST_NO_0X_HDR_CONDITION_VARIABLE
+#endif
+// Use BOOST_NO_CXX11_HDR_FORWARD_LIST instead of BOOST_NO_0X_HDR_FORWARD_LIST
+#if defined(BOOST_NO_CXX11_HDR_FORWARD_LIST) && !defined(BOOST_NO_0X_HDR_FORWARD_LIST)
+# define BOOST_NO_0X_HDR_FORWARD_LIST
+#endif
+// Use BOOST_NO_CXX11_HDR_FUTURE instead of BOOST_NO_0X_HDR_FUTURE
+#if defined(BOOST_NO_CXX11_HDR_FUTURE) && !defined(BOOST_NO_0X_HDR_FUTURE)
+# define BOOST_NO_0X_HDR_FUTURE
+#endif
+
+// Use BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+// instead of BOOST_NO_0X_HDR_INITIALIZER_LIST or BOOST_NO_INITIALIZER_LISTS
+#ifdef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+# ifndef BOOST_NO_0X_HDR_INITIALIZER_LIST
+# define BOOST_NO_0X_HDR_INITIALIZER_LIST
+# endif
+# ifndef BOOST_NO_INITIALIZER_LISTS
+# define BOOST_NO_INITIALIZER_LISTS
+# endif
 #endif
 
+// Use BOOST_NO_CXX11_HDR_MUTEX instead of BOOST_NO_0X_HDR_MUTEX
+#if defined(BOOST_NO_CXX11_HDR_MUTEX) && !defined(BOOST_NO_0X_HDR_MUTEX)
+# define BOOST_NO_0X_HDR_MUTEX
+#endif
+// Use BOOST_NO_CXX11_HDR_RANDOM instead of BOOST_NO_0X_HDR_RANDOM
+#if defined(BOOST_NO_CXX11_HDR_RANDOM) && !defined(BOOST_NO_0X_HDR_RANDOM)
+# define BOOST_NO_0X_HDR_RANDOM
+#endif
+// Use BOOST_NO_CXX11_HDR_RATIO instead of BOOST_NO_0X_HDR_RATIO
+#if defined(BOOST_NO_CXX11_HDR_RATIO) && !defined(BOOST_NO_0X_HDR_RATIO)
+# define BOOST_NO_0X_HDR_RATIO
+#endif
+// Use BOOST_NO_CXX11_HDR_REGEX instead of BOOST_NO_0X_HDR_REGEX
+#if defined(BOOST_NO_CXX11_HDR_REGEX) && !defined(BOOST_NO_0X_HDR_REGEX)
+# define BOOST_NO_0X_HDR_REGEX
+#endif
+// Use BOOST_NO_CXX11_HDR_SYSTEM_ERROR instead of BOOST_NO_0X_HDR_SYSTEM_ERROR
+#if defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR) && !defined(BOOST_NO_0X_HDR_SYSTEM_ERROR)
+# define BOOST_NO_0X_HDR_SYSTEM_ERROR
+#endif
+// Use BOOST_NO_CXX11_HDR_THREAD instead of BOOST_NO_0X_HDR_THREAD
+#if defined(BOOST_NO_CXX11_HDR_THREAD) && !defined(BOOST_NO_0X_HDR_THREAD)
+# define BOOST_NO_0X_HDR_THREAD
+#endif
+// Use BOOST_NO_CXX11_HDR_TUPLE instead of BOOST_NO_0X_HDR_TUPLE
+#if defined(BOOST_NO_CXX11_HDR_TUPLE) && !defined(BOOST_NO_0X_HDR_TUPLE)
+# define BOOST_NO_0X_HDR_TUPLE
+#endif
+// Use BOOST_NO_CXX11_HDR_TYPE_TRAITS instead of BOOST_NO_0X_HDR_TYPE_TRAITS
+#if defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS) && !defined(BOOST_NO_0X_HDR_TYPE_TRAITS)
+# define BOOST_NO_0X_HDR_TYPE_TRAITS
+#endif
+// Use BOOST_NO_CXX11_HDR_TYPEINDEX instead of BOOST_NO_0X_HDR_TYPEINDEX
+#if defined(BOOST_NO_CXX11_HDR_TYPEINDEX) && !defined(BOOST_NO_0X_HDR_TYPEINDEX)
+# define BOOST_NO_0X_HDR_TYPEINDEX
+#endif
+// Use BOOST_NO_CXX11_HDR_UNORDERED_MAP instead of BOOST_NO_0X_HDR_UNORDERED_MAP
+#if defined(BOOST_NO_CXX11_HDR_UNORDERED_MAP) && !defined(BOOST_NO_0X_HDR_UNORDERED_MAP)
+# define BOOST_NO_0X_HDR_UNORDERED_MAP
+#endif
+// Use BOOST_NO_CXX11_HDR_UNORDERED_SET instead of BOOST_NO_0X_HDR_UNORDERED_SET
+#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) && !defined(BOOST_NO_0X_HDR_UNORDERED_SET)
+# define BOOST_NO_0X_HDR_UNORDERED_SET
+#endif
+
+// ------------------ End of deprecated macros for 1.50 ---------------------------
+
+
+#endif

Modified: trunk/libs/config/doc/html/boost_config/boost_macro_reference.html
==============================================================================
--- trunk/libs/config/doc/html/boost_config/boost_macro_reference.html (original)
+++ trunk/libs/config/doc/html/boost_config/boost_macro_reference.html 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -2305,7 +2305,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_ARRAY</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_ARRAY</span></code>
                 </p>
               </td>
 <td>
@@ -2317,7 +2317,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_CHRONO</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_CHRONO</span></code>
                 </p>
               </td>
 <td>
@@ -2329,7 +2329,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_CODECVT</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_CODECVT</span></code>
                 </p>
               </td>
 <td>
@@ -2341,7 +2341,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_CONDITION_VARIABLE</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_CONDITION_VARIABLE</span></code>
                 </p>
               </td>
 <td>
@@ -2353,7 +2353,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_FORWARD_LIST</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_FORWARD_LIST</span></code>
                 </p>
               </td>
 <td>
@@ -2365,7 +2365,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_FUTURE</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_FUTURE</span></code>
                 </p>
               </td>
 <td>
@@ -2377,7 +2377,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_INITIALIZER_LIST</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_INITIALIZER_LIST</span></code>
                 </p>
               </td>
 <td>
@@ -2389,7 +2389,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_MUTEX</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_MUTEX</span></code>
                 </p>
               </td>
 <td>
@@ -2401,7 +2401,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_RANDOM</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_RANDOM</span></code>
                 </p>
               </td>
 <td>
@@ -2413,7 +2413,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_RATIO</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_RATIO</span></code>
                 </p>
               </td>
 <td>
@@ -2425,7 +2425,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_REGEX</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_REGEX</span></code>
                 </p>
               </td>
 <td>
@@ -2437,7 +2437,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_SYSTEM_ERROR</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_SYSTEM_ERROR</span></code>
                 </p>
               </td>
 <td>
@@ -2449,7 +2449,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_THREAD</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_THREAD</span></code>
                 </p>
               </td>
 <td>
@@ -2461,7 +2461,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_TUPLE</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_TUPLE</span></code>
                 </p>
               </td>
 <td>
@@ -2473,7 +2473,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_TYPEINDEX</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_TYPEINDEX</span></code>
                 </p>
               </td>
 <td>
@@ -2485,7 +2485,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_TYPE_TRAITS</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_TYPE_TRAITS</span></code>
                 </p>
               </td>
 <td>
@@ -2497,7 +2497,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_UNORDERED_MAP</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_UNORDERED_MAP</span></code>
                 </p>
               </td>
 <td>
@@ -2509,7 +2509,7 @@
 <tr>
 <td>
                 <p>
- <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_UNORDERED_SET</span></code>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_UNORDERED_SET</span></code>
                 </p>
               </td>
 <td>
@@ -3713,12 +3713,160 @@
 <tbody>
 <tr>
 <td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_ARRAY</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_ARRAY</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_CHRONO</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_CHRONO</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_CODECVT</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_CODECVT</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_CONDITION_VARIABLE</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_CONDITION_VARIABLE</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_FORWARD_LIST</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_FORWARD_LIST</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_FUTURE</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_FUTURE</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_INITIALIZER_LIST</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_INITIALIZER_LIST</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
                   <code class="computeroutput"><span class="identifier">BOOST_NO_INITIALIZER_LISTS</span></code>
 </p></td>
 <td><p>
- Use <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_INITIALIZER_LIST</span></code> instead.
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_INITIALIZER_LIST</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_MUTEX</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_MUTEX</span></code> instead.
 </p></td>
 </tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_RANDOM</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_RANDOM</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_RATIO</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_RATIO</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_REGEX</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_REGEX</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_SYSTEM_ERROR</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_SYSTEM_ERROR</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_THREAD</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_THREAD</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_TUPLE</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_TUPLE</span></code> instead.
+</p></td>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_TYPE_TRAITS</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_TYPE_TRAITS</span></code> instead.
+</p></td>
+</tr>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_TYPEINDEX</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_TYPEINDEX</span></code> instead.
+</p></td>
+</tr>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_UNORDERED_MAP</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_UNORDERED_MAP</span></code> instead.
+</p></td>
+</tr>
+</tr>
+<tr>
+<td><p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_0X_HDR_UNORDERED_SET</span></code>
+</p></td>
+<td><p>
+ Use <code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_HDR_UNORDERED_SET</span></code> instead.
+</p></td>
+</tr>
+</tr>
 </tbody>
 </table></div>
 </div>

Modified: trunk/libs/config/test/all/Jamfile.v2
==============================================================================
--- trunk/libs/config/test/all/Jamfile.v2 (original)
+++ trunk/libs/config/test/all/Jamfile.v2 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -175,58 +175,58 @@
 test-suite "BOOST_HAS_WINTHREADS" :
 [ run ../has_winthreads_pass.cpp ]
 [ compile-fail ../has_winthreads_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_ARRAY" :
+test-suite "BOOST_NO_CXX11_HDR_ARRAY" :
 [ run ../no_0x_hdr_array_pass.cpp ]
 [ compile-fail ../no_0x_hdr_array_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_CHRONO" :
+test-suite "BOOST_NO_CXX11_HDR_CHRONO" :
 [ run ../no_0x_hdr_chrono_pass.cpp ]
 [ compile-fail ../no_0x_hdr_chrono_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_CODECVT" :
+test-suite "BOOST_NO_CXX11_HDR_CODECVT" :
 [ run ../no_0x_hdr_codecvt_pass.cpp ]
 [ compile-fail ../no_0x_hdr_codecvt_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_CONDITION_VARIABLE" :
+test-suite "BOOST_NO_CXX11_HDR_CONDITION_VARIABLE" :
 [ run ../no_0x_hdr_condition_variable_pass.cpp ]
 [ compile-fail ../no_0x_hdr_condition_variable_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_FORWARD_LIST" :
+test-suite "BOOST_NO_CXX11_HDR_FORWARD_LIST" :
 [ run ../no_0x_hdr_forward_list_pass.cpp ]
 [ compile-fail ../no_0x_hdr_forward_list_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_FUTURE" :
+test-suite "BOOST_NO_CXX11_HDR_FUTURE" :
 [ run ../no_0x_hdr_future_pass.cpp ]
 [ compile-fail ../no_0x_hdr_future_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_INITIALIZER_LIST" :
+test-suite "BOOST_NO_CXX11_HDR_INITIALIZER_LIST" :
 [ run ../no_0x_hdr_initializer_list_pass.cpp ]
 [ compile-fail ../no_0x_hdr_initializer_list_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_MUTEX" :
+test-suite "BOOST_NO_CXX11_HDR_MUTEX" :
 [ run ../no_0x_hdr_mutex_pass.cpp ]
 [ compile-fail ../no_0x_hdr_mutex_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_RANDOM" :
+test-suite "BOOST_NO_CXX11_HDR_RANDOM" :
 [ run ../no_0x_hdr_random_pass.cpp ]
 [ compile-fail ../no_0x_hdr_random_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_RATIO" :
+test-suite "BOOST_NO_CXX11_HDR_RATIO" :
 [ run ../no_0x_hdr_ratio_pass.cpp ]
 [ compile-fail ../no_0x_hdr_ratio_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_REGEX" :
+test-suite "BOOST_NO_CXX11_HDR_REGEX" :
 [ run ../no_0x_hdr_regex_pass.cpp ]
 [ compile-fail ../no_0x_hdr_regex_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_SYSTEM_ERROR" :
+test-suite "BOOST_NO_CXX11_HDR_SYSTEM_ERROR" :
 [ run ../no_0x_hdr_system_error_pass.cpp ]
 [ compile-fail ../no_0x_hdr_system_error_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_THREAD" :
+test-suite "BOOST_NO_CXX11_HDR_THREAD" :
 [ run ../no_0x_hdr_thread_pass.cpp ]
 [ compile-fail ../no_0x_hdr_thread_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_TUPLE" :
+test-suite "BOOST_NO_CXX11_HDR_TUPLE" :
 [ run ../no_0x_hdr_tuple_pass.cpp ]
 [ compile-fail ../no_0x_hdr_tuple_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_TYPEINDEX" :
+test-suite "BOOST_NO_CXX11_HDR_TYPEINDEX" :
 [ run ../no_0x_hdr_typeindex_pass.cpp ]
 [ compile-fail ../no_0x_hdr_typeindex_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_TYPE_TRAITS" :
+test-suite "BOOST_NO_CXX11_HDR_TYPE_TRAITS" :
 [ run ../no_0x_hdr_type_traits_pass.cpp ]
 [ compile-fail ../no_0x_hdr_type_traits_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_UNORDERED_MAP" :
+test-suite "BOOST_NO_CXX11_HDR_UNORDERED_MAP" :
 [ run ../no_0x_hdr_unordered_map_pass.cpp ]
 [ compile-fail ../no_0x_hdr_unordered_map_fail.cpp ] ;
-test-suite "BOOST_NO_0X_HDR_UNORDERED_SET" :
+test-suite "BOOST_NO_CXX11_HDR_UNORDERED_SET" :
 [ run ../no_0x_hdr_unordered_set_pass.cpp ]
 [ compile-fail ../no_0x_hdr_unordered_set_fail.cpp ] ;
 test-suite "BOOST_NO_ADL_BARRIER" :

Deleted: trunk/libs/config/test/boost_no_0x_hdr_array.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_array.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_ARRAY
-// TITLE: C++0x header <array> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <array>
-
-#include <array>
-
-namespace boost_no_0x_hdr_array {
-
-int test()
-{
- std::array<int, 3> a = { 1, 2, 3 };
- return a.size() == 3 ? 0 : 1;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_chrono.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_chrono.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,31 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_CHRONO
-// TITLE: C++0x header <chrono> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <chrono>
-
-#include <chrono>
-
-namespace boost_no_0x_hdr_chrono {
-
-int test()
-{
- using std::chrono::nanoseconds;
- using std::chrono::microseconds;
- using std::chrono::milliseconds;
- using std::chrono::seconds;
- using std::chrono::minutes;
- using std::chrono::hours;
- using std::chrono::system_clock;
- using std::chrono::monotonic_clock;
- using std::chrono::high_resolution_clock;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_codecvt.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_codecvt.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,25 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_CODECVT
-// TITLE: C++0x header <codecvt> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <codecvt>
-
-#include <codecvt>
-
-namespace boost_no_0x_hdr_codecvt {
-
-int test()
-{
- using std::codecvt_utf8;
- using std::codecvt_utf16;
- using std::codecvt_utf8_utf16;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_condition_variable.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_condition_variable.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,24 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_CONDITION_VARIABLE
-// TITLE: C++0x header <condition_variable> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <condition_variable>
-
-#include <condition_variable>
-
-namespace boost_no_0x_hdr_condition_variable {
-
-int test()
-{
- using std::condition_variable;
- using std::condition_variable_any;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_forward_list.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_forward_list.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_FORWARD_LIST
-// TITLE: C++0x header <forward_list> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <forward_list>
-
-#include <forward_list>
-
-namespace boost_no_0x_hdr_forward_list {
-
-int test()
-{
- std::forward_list<int> l(2u, 2);
- return *l.begin() == 2 ? 0 : 1;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_future.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_future.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,35 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_FUTURE
-// TITLE: C++0x header <future> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <future>
-
-#include <future>
-
-namespace boost_no_0x_hdr_future {
-
-int test()
-{
- using std::is_error_code_enum;
- using std::make_error_code;
- using std::make_error_condition;
- using std::future_category;
- using std::future_error;
- using std::promise;
- using std::promise;
- using std::promise;
- using std::future;
- using std::shared_future;
- using std::atomic_future;
- using std::packaged_task; // undefined
- using std::async;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_initializer_list.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_initializer_list.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,27 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_INITIALIZER_LIST
-// TITLE: C++0x header <initializer_list> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <initializer_list>
-
-#include <initializer_list>
-
-namespace boost_no_0x_hdr_initializer_list {
-
-void foo(const std::initializer_list<const char*>& l)
-{
-}
-
-int test()
-{
- foo( { "a", "b", "c" } );
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_mutex.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_mutex.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_MUTEX
-// TITLE: C++0x header <mutex> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <mutex>
-
-#include <mutex>
-
-namespace boost_no_0x_hdr_mutex {
-
-int test()
-{
- using std::mutex;
- using std::recursive_mutex;
- using std::timed_mutex;
- using std::recursive_timed_mutex;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_random.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_random.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,31 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_RANDOM
-// TITLE: C++0x header <random> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <random>
-
-#include <random>
-
-namespace boost_no_0x_hdr_random {
-
-int test()
-{
- using std::minstd_rand0;
- using std::mt19937;
- using std::mt19937_64;
- using std::ranlux24_base;
- using std::ranlux48_base;
- using std::ranlux24;
- using std::ranlux48;
- using std::knuth_b;
- using std::default_random_engine;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_ratio.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_ratio.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,37 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_RATIO
-// TITLE: C++0x header <ratio> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <ratio>
-
-#include <ratio>
-
-namespace boost_no_0x_hdr_ratio {
-
-int test()
-{
- using std::atto;
- using std::femto;
- using std::pico;
- using std::nano;
- using std::micro;
- using std::milli;
- using std::centi;
- using std::deci;
- using std::deca;
- using std::hecto;
- using std::kilo;
- using std::mega;
- using std::tera;
- using std::peta;
- using std::exa;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_regex.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_regex.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,24 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_REGEX
-// TITLE: C++0x header <regex> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <regex>
-
-#include <regex>
-
-namespace boost_no_0x_hdr_regex {
-
-int test()
-{
- using std::regex;
- using std::wregex;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_system_error.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_system_error.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,26 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_SYSTEM_ERROR
-// TITLE: C++0x header <system_error> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <system_error>
-
-#include <system_error>
-
-namespace boost_no_0x_hdr_system_error {
-
-int test()
-{
- using std::error_category;
- using std::error_code;
- using std::error_condition;
- using std::system_error;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_thread.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_thread.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,27 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_THREAD
-// TITLE: C++0x header <thread> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <thread>
-
-#include <thread>
-
-namespace boost_no_0x_hdr_thread {
-
-int test()
-{
- using std::thread;
- using std::this_thread::get_id;
- using std::this_thread::yield;
- using std::this_thread::sleep_until;
- using std::this_thread::sleep_for;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_tuple.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_tuple.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,23 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_TUPLE
-// TITLE: C++0x header <tuple> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <tuple>
-
-#include <tuple>
-
-namespace boost_no_0x_hdr_tuple {
-
-int test()
-{
- std::tuple<int, int, long> t(0, 1, 2);
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_type_traits.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_type_traits.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,106 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_TYPE_TRAITS
-// TITLE: C++0x header <type_traits> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <type_traits>
-
-#include <type_traits>
-
-namespace boost_no_0x_hdr_type_traits {
-
-int test()
-{
- using std::integral_constant;
- using std::true_type;
- using std::false_type;
- using std::is_void;
- using std::is_integral;
- using std::is_floating_point;
- using std::is_array;
- using std::is_pointer;
- using std::is_lvalue_reference;
- using std::is_rvalue_reference;
- using std::is_member_object_pointer;
- using std::is_member_function_pointer;
- using std::is_enum;
- using std::is_union;
- using std::is_class;
- using std::is_function;
- using std::is_reference;
- using std::is_arithmetic;
- using std::is_fundamental;
- using std::is_object;
- using std::is_scalar;
- using std::is_compound;
- using std::is_member_pointer;
- using std::is_const;
- using std::is_volatile;
- using std::is_trivial;
- using std::is_trivially_copyable;
- using std::is_standard_layout;
- using std::is_pod;
- using std::is_literal_type;
- using std::is_empty;
- using std::is_polymorphic;
- using std::is_abstract;
- using std::is_constructible;
- using std::is_nothrow_constructible;
- using std::has_default_constructor;
- using std::has_copy_constructor;
- using std::has_copy_assign;
- using std::has_move_constructor;
- using std::has_move_assign;
- using std::has_trivial_default_constructor;
- using std::has_trivial_copy_constructor;
- using std::has_trivial_move_constructor;
- using std::has_trivial_copy_assign;
- using std::has_trivial_move_assign;
- using std::has_trivial_destructor;
- using std::has_nothrow_default_constructor;
- using std::has_nothrow_copy_constructor;
- using std::has_nothrow_move_constructor;
- using std::has_nothrow_copy_assign;
- using std::has_nothrow_move_assign;
- using std::has_virtual_destructor;
- using std::is_signed;
- using std::is_unsigned;
- using std::alignment_of;
- using std::rank;
- using std::extent;
- using std::is_same;
- using std::is_base_of;
- using std::is_convertible;
- using std::is_explicitly_convertible;
- using std::remove_const;
- using std::remove_volatile;
- using std::remove_cv;
- using std::add_const;
- using std::add_volatile;
- using std::add_cv;
- using std::remove_reference;
- using std::add_lvalue_reference;
- using std::add_rvalue_reference;
- using std::make_signed;
- using std::make_unsigned;
- using std::remove_extent;
- using std::remove_all_extents;
- using std::remove_pointer;
- using std::add_pointer;
- using std::aligned_storage;
- using std::aligned_union;
- using std::decay;
- using std::enable_if;
- using std::conditional;
- using std::common_type;
- using std::underlying_type;
- using std::result_of;
- return 0;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_typeindex.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_typeindex.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,25 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_TYPEINDEX
-// TITLE: C++0x header <typeindex> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <typeindex>
-
-#include <typeindex>
-
-namespace boost_no_0x_hdr_typeindex {
-
-int test()
-{
- std::type_index t1 = typeid(int);
- std::type_index t2 = typeid(double);
- std::hash<std::type_index> h;
- return (t1 != t2) && (h(t1) != h(t2)) ? 0 : 1;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_unordered_map.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_unordered_map.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,24 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_UNORDERED_MAP
-// TITLE: C++0x header <unordered_map> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <unordered_map>
-
-#include <unordered_map>
-
-namespace boost_no_0x_hdr_unordered_map {
-
-int test()
-{
- std::unordered_map<int, long> s1;
- std::unordered_multimap<int, long> s2;
- return s1.empty() && s2.empty() ? 0 : 1;
-}
-
-}

Deleted: trunk/libs/config/test/boost_no_0x_hdr_unordered_set.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_0x_hdr_unordered_set.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
+++ (empty file)
@@ -1,24 +0,0 @@
-// (C) Copyright Beman Dawes 2009
-
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
-// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-// See http://www.boost.org/libs/config for more information.
-
-// MACRO: BOOST_NO_0X_HDR_UNORDERED_SET
-// TITLE: C++0x header <unordered_set> unavailable
-// DESCRIPTION: The standard library does not supply C++0x header <unordered_set>
-
-#include <unordered_set>
-
-namespace boost_no_0x_hdr_unordered_set {
-
-int test()
-{
- std::unordered_set<int> s1;
- std::unordered_multiset<int> s2;
- return s1.empty() && s2.empty() ? 0 : 1;
-}
-
-}

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_array.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_array.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_array.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_ARRAY
+// MACRO: BOOST_NO_CXX11_HDR_ARRAY
 // TITLE: C++0x header <array> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <array>
 
 #include <array>
 
-namespace boost_no_0x_hdr_array {
+namespace boost_no_0cxx11_hdr_array {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_chrono.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_chrono.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_chrono.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_chrono.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_CHRONO
+// MACRO: BOOST_NO_CXX11_HDR_CHRONO
 // TITLE: C++0x header <chrono> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <chrono>
 
 #include <chrono>
 
-namespace boost_no_0x_hdr_chrono {
+namespace boost_no_cxx11_hdr_chrono {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_codecvt.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_codecvt.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_codecvt.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_codecvt.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_CODECVT
+// MACRO: BOOST_NO_CXX11_HDR_CODECVT
 // TITLE: C++0x header <codecvt> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <codecvt>
 
 #include <codecvt>
 
-namespace boost_no_0x_hdr_codecvt {
+namespace boost_no_cxx11_hdr_codecvt {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_condition_variable.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_condition_variable.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_condition_variable.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_condition_variable.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_CONDITION_VARIABLE
+// MACRO: BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
 // TITLE: C++0x header <condition_variable> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <condition_variable>
 
 #include <condition_variable>
 
-namespace boost_no_0x_hdr_condition_variable {
+namespace boost_no_cxx11_hdr_condition_variable {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_forward_list.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_forward_list.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_forward_list.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_forward_list.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_FORWARD_LIST
+// MACRO: BOOST_NO_CXX11_HDR_FORWARD_LIST
 // TITLE: C++0x header <forward_list> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <forward_list>
 
 #include <forward_list>
 
-namespace boost_no_0x_hdr_forward_list {
+namespace boost_no_cxx11_hdr_forward_list {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_future.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_future.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_future.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_future.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_FUTURE
+// MACRO: BOOST_NO_CXX11_HDR_FUTURE
 // TITLE: C++0x header <future> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <future>
 
 #include <future>
 
-namespace boost_no_0x_hdr_future {
+namespace boost_no_cxx11_hdr_future {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_initializer_list.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_initializer_list.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_initializer_list.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_initializer_list.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_INITIALIZER_LIST
+// MACRO: BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 // TITLE: C++0x header <initializer_list> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <initializer_list>
 
 #include <initializer_list>
 
-namespace boost_no_0x_hdr_initializer_list {
+namespace boost_no_cxx11_hdr_initializer_list {
 
 void foo(const std::initializer_list<const char*>& l)
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_mutex.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_mutex.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_mutex.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_mutex.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_MUTEX
+// MACRO: BOOST_NO_CXX11_HDR_MUTEX
 // TITLE: C++0x header <mutex> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <mutex>
 
 #include <mutex>
 
-namespace boost_no_0x_hdr_mutex {
+namespace boost_no_cxx11_hdr_mutex {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_random.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_random.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_random.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_random.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_RANDOM
+// MACRO: BOOST_NO_CXX11_HDR_RANDOM
 // TITLE: C++0x header <random> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <random>
 
 #include <random>
 
-namespace boost_no_0x_hdr_random {
+namespace boost_no_cxx11_hdr_random {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_ratio.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_ratio.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_ratio.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_ratio.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_RATIO
+// MACRO: BOOST_NO_CXX11_HDR_RATIO
 // TITLE: C++0x header <ratio> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <ratio>
 
 #include <ratio>
 
-namespace boost_no_0x_hdr_ratio {
+namespace boost_no_cxx11_hdr_ratio {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_regex.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_regex.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_regex.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_regex.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_REGEX
+// MACRO: BOOST_NO_CXX11_HDR_REGEX
 // TITLE: C++0x header <regex> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <regex>
 
 #include <regex>
 
-namespace boost_no_0x_hdr_regex {
+namespace boost_no_cxx11_hdr_regex {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_system_error.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_system_error.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_system_error.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_system_error.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_SYSTEM_ERROR
+// MACRO: BOOST_NO_CXX11_HDR_SYSTEM_ERROR
 // TITLE: C++0x header <system_error> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <system_error>
 
 #include <system_error>
 
-namespace boost_no_0x_hdr_system_error {
+namespace boost_no_cxx11_hdr_system_error {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_thread.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_thread.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_thread.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_thread.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_THREAD
+// MACRO: BOOST_NO_CXX11_HDR_THREAD
 // TITLE: C++0x header <thread> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <thread>
 
 #include <thread>
 
-namespace boost_no_0x_hdr_thread {
+namespace boost_no_cxx11_hdr_thread {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_tuple.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_tuple.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_tuple.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_tuple.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_TUPLE
+// MACRO: BOOST_NO_CXX11_HDR_TUPLE
 // TITLE: C++0x header <tuple> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <tuple>
 
 #include <tuple>
 
-namespace boost_no_0x_hdr_tuple {
+namespace boost_no_cxx11_hdr_tuple {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_type_traits.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_type_traits.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_type_traits.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_type_traits.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_TYPE_TRAITS
+// MACRO: BOOST_NO_CXX11_HDR_TYPE_TRAITS
 // TITLE: C++0x header <type_traits> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <type_traits>
 
 #include <type_traits>
 
-namespace boost_no_0x_hdr_type_traits {
+namespace boost_no_cxx11_hdr_type_traits {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_typeindex.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_typeindex.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_typeindex.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_typeindex.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_TYPEINDEX
+// MACRO: BOOST_NO_CXX11_HDR_TYPEINDEX
 // TITLE: C++0x header <typeindex> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <typeindex>
 
 #include <typeindex>
 
-namespace boost_no_0x_hdr_typeindex {
+namespace boost_no_cxx11_hdr_typeindex {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_unordered_map.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_unordered_map.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_unordered_map.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_unordered_map.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_UNORDERED_MAP
+// MACRO: BOOST_NO_CXX11_HDR_UNORDERED_MAP
 // TITLE: C++0x header <unordered_map> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <unordered_map>
 
 #include <unordered_map>
 
-namespace boost_no_0x_hdr_unordered_map {
+namespace boost_no_cxx11_hdr_unordered_map {
 
 int test()
 {

Copied: trunk/libs/config/test/boost_no_cxx11_hdr_unordered_set.ipp (from r77168, /trunk/libs/config/test/boost_no_0x_hdr_unordered_set.ipp)
==============================================================================
--- /trunk/libs/config/test/boost_no_0x_hdr_unordered_set.ipp (original)
+++ trunk/libs/config/test/boost_no_cxx11_hdr_unordered_set.ipp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -6,13 +6,13 @@
 
 // See http://www.boost.org/libs/config for more information.
 
-// MACRO: BOOST_NO_0X_HDR_UNORDERED_SET
+// MACRO: BOOST_NO_CXX11_HDR_UNORDERED_SET
 // TITLE: C++0x header <unordered_set> unavailable
 // DESCRIPTION: The standard library does not supply C++0x header <unordered_set>
 
 #include <unordered_set>
 
-namespace boost_no_0x_hdr_unordered_set {
+namespace boost_no_cxx11_hdr_unordered_set {
 
 int test()
 {

Modified: trunk/libs/config/test/config_info.cpp
==============================================================================
--- trunk/libs/config/test/config_info.cpp (original)
+++ trunk/libs/config/test/config_info.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -979,24 +979,24 @@
    PRINT_MACRO(BOOST_HAS_WINTHREADS);
    PRINT_MACRO(BOOST_MSVC6_MEMBER_TEMPLATES);
    PRINT_MACRO(BOOST_MSVC_STD_ITERATOR);
- PRINT_MACRO(BOOST_NO_0X_HDR_ARRAY);
- PRINT_MACRO(BOOST_NO_0X_HDR_CHRONO);
- PRINT_MACRO(BOOST_NO_0X_HDR_CODECVT);
- PRINT_MACRO(BOOST_NO_0X_HDR_CONDITION_VARIABLE);
- PRINT_MACRO(BOOST_NO_0X_HDR_FORWARD_LIST);
- PRINT_MACRO(BOOST_NO_0X_HDR_FUTURE);
- PRINT_MACRO(BOOST_NO_0X_HDR_INITIALIZER_LIST);
- PRINT_MACRO(BOOST_NO_0X_HDR_MUTEX);
- PRINT_MACRO(BOOST_NO_0X_HDR_RANDOM);
- PRINT_MACRO(BOOST_NO_0X_HDR_RATIO);
- PRINT_MACRO(BOOST_NO_0X_HDR_REGEX);
- PRINT_MACRO(BOOST_NO_0X_HDR_SYSTEM_ERROR);
- PRINT_MACRO(BOOST_NO_0X_HDR_THREAD);
- PRINT_MACRO(BOOST_NO_0X_HDR_TUPLE);
- PRINT_MACRO(BOOST_NO_0X_HDR_TYPEINDEX);
- PRINT_MACRO(BOOST_NO_0X_HDR_TYPE_TRAITS);
- PRINT_MACRO(BOOST_NO_0X_HDR_UNORDERED_MAP);
- PRINT_MACRO(BOOST_NO_0X_HDR_UNORDERED_SET);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_ARRAY);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_CHRONO);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_CODECVT);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_CONDITION_VARIABLE);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_FORWARD_LIST);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_FUTURE);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_INITIALIZER_LIST);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_MUTEX);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_RANDOM);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_RATIO);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_REGEX);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_SYSTEM_ERROR);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_THREAD);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_TUPLE);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_TYPEINDEX);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_TYPE_TRAITS);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_UNORDERED_MAP);
+ PRINT_MACRO(BOOST_NO_CXX11_HDR_UNORDERED_SET);
    PRINT_MACRO(BOOST_NO_ADL_BARRIER);
    PRINT_MACRO(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP);
    PRINT_MACRO(BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS);

Modified: trunk/libs/config/test/config_test.cpp
==============================================================================
--- trunk/libs/config/test/config_test.cpp (original)
+++ trunk/libs/config/test/config_test.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -22,95 +22,95 @@
 
 int error_count = 0;
 
-#ifndef BOOST_NO_0X_HDR_ARRAY
-#include "boost_no_0x_hdr_array.ipp"
+#ifndef BOOST_NO_CXX11_HDR_ARRAY
+#include "boost_no_cxx11_hdr_array.ipp"
 #else
-namespace boost_no_0x_hdr_array = empty_boost;
+namespace boost_no_cxx11_hdr_array = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_CHRONO
-#include "boost_no_0x_hdr_chrono.ipp"
+#ifndef BOOST_NO_CXX11_HDR_CHRONO
+#include "boost_no_cxx11_hdr_chrono.ipp"
 #else
-namespace boost_no_0x_hdr_chrono = empty_boost;
+namespace boost_no_cxx11_hdr_chrono = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_CODECVT
-#include "boost_no_0x_hdr_codecvt.ipp"
+#ifndef BOOST_NO_CXX11_HDR_CODECVT
+#include "boost_no_cxx11_hdr_codecvt.ipp"
 #else
-namespace boost_no_0x_hdr_codecvt = empty_boost;
+namespace boost_no_cxx11_hdr_codecvt = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_CONDITION_VARIABLE
-#include "boost_no_0x_hdr_condition_variable.ipp"
+#ifndef BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+#include "boost_no_cxx11_hdr_condition_variable.ipp"
 #else
-namespace boost_no_0x_hdr_condition_variable = empty_boost;
+namespace boost_no_cxx11_hdr_condition_variable = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_FORWARD_LIST
-#include "boost_no_0x_hdr_forward_list.ipp"
+#ifndef BOOST_NO_CXX11_HDR_FORWARD_LIST
+#include "boost_no_cxx11_hdr_forward_list.ipp"
 #else
-namespace boost_no_0x_hdr_forward_list = empty_boost;
+namespace boost_no_cxx11_hdr_forward_list = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_FUTURE
-#include "boost_no_0x_hdr_future.ipp"
+#ifndef BOOST_NO_CXX11_HDR_FUTURE
+#include "boost_no_cxx11_hdr_future.ipp"
 #else
-namespace boost_no_0x_hdr_future = empty_boost;
+namespace boost_no_cxx11_hdr_future = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_INITIALIZER_LIST
-#include "boost_no_0x_hdr_initializer_list.ipp"
+#ifndef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+#include "boost_no_cxx11_hdr_initializer_list.ipp"
 #else
-namespace boost_no_0x_hdr_initializer_list = empty_boost;
+namespace boost_no_cxx11_hdr_initializer_list = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_MUTEX
-#include "boost_no_0x_hdr_mutex.ipp"
+#ifndef BOOST_NO_CXX11_HDR_MUTEX
+#include "boost_no_cxx11_hdr_mutex.ipp"
 #else
-namespace boost_no_0x_hdr_mutex = empty_boost;
+namespace boost_no_cxx11_hdr_mutex = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_RANDOM
-#include "boost_no_0x_hdr_random.ipp"
+#ifndef BOOST_NO_CXX11_HDR_RANDOM
+#include "boost_no_cxx11_hdr_random.ipp"
 #else
-namespace boost_no_0x_hdr_random = empty_boost;
+namespace boost_no_cxx11_hdr_random = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_RATIO
-#include "boost_no_0x_hdr_ratio.ipp"
+#ifndef BOOST_NO_CXX11_HDR_RATIO
+#include "boost_no_cxx11_hdr_ratio.ipp"
 #else
-namespace boost_no_0x_hdr_ratio = empty_boost;
+namespace boost_no_cxx11_hdr_ratio = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_REGEX
-#include "boost_no_0x_hdr_regex.ipp"
+#ifndef BOOST_NO_CXX11_HDR_REGEX
+#include "boost_no_cxx11_hdr_regex.ipp"
 #else
-namespace boost_no_0x_hdr_regex = empty_boost;
+namespace boost_no_cxx11_hdr_regex = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_SYSTEM_ERROR
-#include "boost_no_0x_hdr_system_error.ipp"
+#ifndef BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+#include "boost_no_cxx11_hdr_system_error.ipp"
 #else
-namespace boost_no_0x_hdr_system_error = empty_boost;
+namespace boost_no_cxx11_hdr_system_error = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_THREAD
-#include "boost_no_0x_hdr_thread.ipp"
+#ifndef BOOST_NO_CXX11_HDR_THREAD
+#include "boost_no_cxx11_hdr_thread.ipp"
 #else
-namespace boost_no_0x_hdr_thread = empty_boost;
+namespace boost_no_cxx11_hdr_thread = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_TUPLE
-#include "boost_no_0x_hdr_tuple.ipp"
+#ifndef BOOST_NO_CXX11_HDR_TUPLE
+#include "boost_no_cxx11_hdr_tuple.ipp"
 #else
-namespace boost_no_0x_hdr_tuple = empty_boost;
+namespace boost_no_cxx11_hdr_tuple = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_TYPEINDEX
-#include "boost_no_0x_hdr_typeindex.ipp"
+#ifndef BOOST_NO_CXX11_HDR_TYPEINDEX
+#include "boost_no_cxx11_hdr_typeindex.ipp"
 #else
-namespace boost_no_0x_hdr_typeindex = empty_boost;
+namespace boost_no_cxx11_hdr_typeindex = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_TYPE_TRAITS
-#include "boost_no_0x_hdr_type_traits.ipp"
+#ifndef BOOST_NO_CXX11_HDR_TYPE_TRAITS
+#include "boost_no_cxx11_hdr_type_traits.ipp"
 #else
-namespace boost_no_0x_hdr_type_traits = empty_boost;
+namespace boost_no_cxx11_hdr_type_traits = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_UNORDERED_MAP
-#include "boost_no_0x_hdr_unordered_map.ipp"
+#ifndef BOOST_NO_CXX11_HDR_UNORDERED_MAP
+#include "boost_no_cxx11_hdr_unordered_map.ipp"
 #else
-namespace boost_no_0x_hdr_unordered_map = empty_boost;
+namespace boost_no_cxx11_hdr_unordered_map = empty_boost;
 #endif
-#ifndef BOOST_NO_0X_HDR_UNORDERED_SET
-#include "boost_no_0x_hdr_unordered_set.ipp"
+#ifndef BOOST_NO_CXX11_HDR_UNORDERED_SET
+#include "boost_no_cxx11_hdr_unordered_set.ipp"
 #else
-namespace boost_no_0x_hdr_unordered_set = empty_boost;
+namespace boost_no_cxx11_hdr_unordered_set = empty_boost;
 #endif
 #ifndef BOOST_NO_ADL_BARRIER
 #include "boost_no_adl_barrier.ipp"
@@ -1111,94 +1111,94 @@
       std::cerr << "Failed test for BOOST_HAS_WINTHREADS at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_array::test())
+ if(0 != boost_no_cxx11_hdr_array::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_ARRAY at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_ARRAY at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_chrono::test())
+ if(0 != boost_no_cxx11_hdr_chrono::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_CHRONO at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_CHRONO at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_codecvt::test())
+ if(0 != boost_no_cxx11_hdr_codecvt::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_CODECVT at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_CODECVT at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_condition_variable::test())
+ if(0 != boost_no_cxx11_hdr_condition_variable::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_CONDITION_VARIABLE at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_CONDITION_VARIABLE at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_forward_list::test())
+ if(0 != boost_no_cxx11_hdr_forward_list::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_FORWARD_LIST at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_FORWARD_LIST at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_future::test())
+ if(0 != boost_no_cxx11_hdr_future::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_FUTURE at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_FUTURE at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_initializer_list::test())
+ if(0 != boost_no_cxx11_hdr_initializer_list::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_INITIALIZER_LIST at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_INITIALIZER_LIST at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_mutex::test())
+ if(0 != boost_no_cxx11_hdr_mutex::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_MUTEX at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_MUTEX at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_random::test())
+ if(0 != boost_no_cxx11_hdr_random::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_RANDOM at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_RANDOM at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_ratio::test())
+ if(0 != boost_no_cxx11_hdr_ratio::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_RATIO at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_RATIO at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_regex::test())
+ if(0 != boost_no_cxx11_hdr_regex::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_REGEX at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_REGEX at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_system_error::test())
+ if(0 != boost_no_cxx11_hdr_system_error::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_SYSTEM_ERROR at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_SYSTEM_ERROR at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_thread::test())
+ if(0 != boost_no_cxx11_hdr_thread::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_THREAD at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_THREAD at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_tuple::test())
+ if(0 != boost_no_cxx11_hdr_tuple::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_TUPLE at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_TUPLE at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_typeindex::test())
+ if(0 != boost_no_cxx11_hdr_typeindex::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_TYPEINDEX at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_TYPEINDEX at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_type_traits::test())
+ if(0 != boost_no_cxx11_hdr_type_traits::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_TYPE_TRAITS at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_TYPE_TRAITS at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_unordered_map::test())
+ if(0 != boost_no_cxx11_hdr_unordered_map::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_UNORDERED_MAP at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_UNORDERED_MAP at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
- if(0 != boost_no_0x_hdr_unordered_set::test())
+ if(0 != boost_no_cxx11_hdr_unordered_set::test())
    {
- std::cerr << "Failed test for BOOST_NO_0X_HDR_UNORDERED_SET at: " << __FILE__ << ":" << __LINE__ << std::endl;
+ std::cerr << "Failed test for BOOST_NO_CXX11_HDR_UNORDERED_SET at: " << __FILE__ << ":" << __LINE__ << std::endl;
       ++error_count;
    }
    if(0 != boost_no_adl_barrier::test())

Modified: trunk/libs/config/test/no_0x_hdr_array_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_array_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_array_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_ARRAY
+// Test file for macro BOOST_NO_CXX11_HDR_ARRAY
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_ARRAY should not be defined.
-// See file boost_no_0x_hdr_array.ipp for details
+// BOOST_NO_CXX11_HDR_ARRAY should not be defined.
+// See file boost_no_cxx11_hdr_array.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_ARRAY
-#include "boost_no_0x_hdr_array.ipp"
+#ifdef BOOST_NO_CXX11_HDR_ARRAY
+#include "boost_no_cxx11_hdr_array.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_array::test();
+ return boost_no_cxx11_hdr_array::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_array_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_array_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_array_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_ARRAY
+// Test file for macro BOOST_NO_CXX11_HDR_ARRAY
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_ARRAY should be defined.
-// See file boost_no_0x_hdr_array.ipp for details
+// BOOST_NO_CXX11_HDR_ARRAY should be defined.
+// See file boost_no_cxx11_hdr_array.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_ARRAY
-#include "boost_no_0x_hdr_array.ipp"
+#ifndef BOOST_NO_CXX11_HDR_ARRAY
+#include "boost_no_cxx11_hdr_array.ipp"
 #else
-namespace boost_no_0x_hdr_array = empty_boost;
+namespace boost_no_cxx11_hdr_array = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_array::test();
+ return boost_no_cxx11_hdr_array::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_chrono_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_chrono_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_chrono_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_CHRONO
+// Test file for macro BOOST_NO_CXX11_HDR_CHRONO
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_CHRONO should not be defined.
-// See file boost_no_0x_hdr_chrono.ipp for details
+// BOOST_NO_CXX11_HDR_CHRONO should not be defined.
+// See file boost_no_cxx11_hdr_chrono.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_CHRONO
-#include "boost_no_0x_hdr_chrono.ipp"
+#ifdef BOOST_NO_CXX11_HDR_CHRONO
+#include "boost_no_cxx11_hdr_chrono.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_chrono::test();
+ return boost_no_cxx11_hdr_chrono::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_chrono_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_chrono_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_chrono_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_CHRONO
+// Test file for macro BOOST_NO_CXX11_HDR_CHRONO
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_CHRONO should be defined.
-// See file boost_no_0x_hdr_chrono.ipp for details
+// BOOST_NO_CXX11_HDR_CHRONO should be defined.
+// See file boost_no_cxx11_hdr_chrono.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_CHRONO
-#include "boost_no_0x_hdr_chrono.ipp"
+#ifndef BOOST_NO_CXX11_HDR_CHRONO
+#include "boost_no_cxx11_hdr_chrono.ipp"
 #else
-namespace boost_no_0x_hdr_chrono = empty_boost;
+namespace boost_no_cxx11_hdr_chrono = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_chrono::test();
+ return boost_no_cxx11_hdr_chrono::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_codecvt_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_codecvt_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_codecvt_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_CODECVT
+// Test file for macro BOOST_NO_CXX11_HDR_CODECVT
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_CODECVT should not be defined.
-// See file boost_no_0x_hdr_codecvt.ipp for details
+// BOOST_NO_CXX11_HDR_CODECVT should not be defined.
+// See file boost_no_cxx11_hdr_codecvt.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_CODECVT
-#include "boost_no_0x_hdr_codecvt.ipp"
+#ifdef BOOST_NO_CXX11_HDR_CODECVT
+#include "boost_no_cxx11_hdr_codecvt.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_codecvt::test();
+ return boost_no_cxx11_hdr_codecvt::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_codecvt_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_codecvt_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_codecvt_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_CODECVT
+// Test file for macro BOOST_NO_CXX11_HDR_CODECVT
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_CODECVT should be defined.
-// See file boost_no_0x_hdr_codecvt.ipp for details
+// BOOST_NO_CXX11_HDR_CODECVT should be defined.
+// See file boost_no_cxx11_hdr_codecvt.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_CODECVT
-#include "boost_no_0x_hdr_codecvt.ipp"
+#ifndef BOOST_NO_CXX11_HDR_CODECVT
+#include "boost_no_cxx11_hdr_codecvt.ipp"
 #else
-namespace boost_no_0x_hdr_codecvt = empty_boost;
+namespace boost_no_cxx11_hdr_codecvt = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_codecvt::test();
+ return boost_no_cxx11_hdr_codecvt::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_condition_variable_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_condition_variable_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_condition_variable_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_CONDITION_VARIABLE
+// Test file for macro BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_CONDITION_VARIABLE should not be defined.
-// See file boost_no_0x_hdr_condition_variable.ipp for details
+// BOOST_NO_CXX11_HDR_CONDITION_VARIABLE should not be defined.
+// See file boost_no_cxx11_hdr_condition_variable.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_CONDITION_VARIABLE
-#include "boost_no_0x_hdr_condition_variable.ipp"
+#ifdef BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+#include "boost_no_cxx11_hdr_condition_variable.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_condition_variable::test();
+ return boost_no_cxx11_hdr_condition_variable::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_condition_variable_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_condition_variable_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_condition_variable_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_CONDITION_VARIABLE
+// Test file for macro BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_CONDITION_VARIABLE should be defined.
-// See file boost_no_0x_hdr_condition_variable.ipp for details
+// BOOST_NO_CXX11_HDR_CONDITION_VARIABLE should be defined.
+// See file boost_no_cxx11_hdr_condition_variable.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_CONDITION_VARIABLE
-#include "boost_no_0x_hdr_condition_variable.ipp"
+#ifndef BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
+#include "boost_no_cxx11_hdr_condition_variable.ipp"
 #else
-namespace boost_no_0x_hdr_condition_variable = empty_boost;
+namespace boost_no_cxx11_hdr_condition_variable = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_condition_variable::test();
+ return boost_no_cxx11_hdr_condition_variable::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_forward_list_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_forward_list_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_forward_list_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_FORWARD_LIST
+// Test file for macro BOOST_NO_CXX11_HDR_FORWARD_LIST
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_FORWARD_LIST should not be defined.
-// See file boost_no_0x_hdr_forward_list.ipp for details
+// BOOST_NO_CXX11_HDR_FORWARD_LIST should not be defined.
+// See file boost_no_cxx11_hdr_forward_list.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_FORWARD_LIST
-#include "boost_no_0x_hdr_forward_list.ipp"
+#ifdef BOOST_NO_CXX11_HDR_FORWARD_LIST
+#include "boost_no_cxx11_hdr_forward_list.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_forward_list::test();
+ return boost_no_cxx11_hdr_forward_list::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_forward_list_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_forward_list_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_forward_list_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_FORWARD_LIST
+// Test file for macro BOOST_NO_CXX11_HDR_FORWARD_LIST
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_FORWARD_LIST should be defined.
-// See file boost_no_0x_hdr_forward_list.ipp for details
+// BOOST_NO_CXX11_HDR_FORWARD_LIST should be defined.
+// See file boost_no_cxx11_hdr_forward_list.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_FORWARD_LIST
-#include "boost_no_0x_hdr_forward_list.ipp"
+#ifndef BOOST_NO_CXX11_HDR_FORWARD_LIST
+#include "boost_no_cxx11_hdr_forward_list.ipp"
 #else
-namespace boost_no_0x_hdr_forward_list = empty_boost;
+namespace boost_no_cxx11_hdr_forward_list = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_forward_list::test();
+ return boost_no_cxx11_hdr_forward_list::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_future_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_future_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_future_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_FUTURE
+// Test file for macro BOOST_NO_CXX11_HDR_FUTURE
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_FUTURE should not be defined.
-// See file boost_no_0x_hdr_future.ipp for details
+// BOOST_NO_CXX11_HDR_FUTURE should not be defined.
+// See file boost_no_cxx11_hdr_future.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_FUTURE
-#include "boost_no_0x_hdr_future.ipp"
+#ifdef BOOST_NO_CXX11_HDR_FUTURE
+#include "boost_no_cxx11_hdr_future.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_future::test();
+ return boost_no_cxx11_hdr_future::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_future_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_future_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_future_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_FUTURE
+// Test file for macro BOOST_NO_CXX11_HDR_FUTURE
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_FUTURE should be defined.
-// See file boost_no_0x_hdr_future.ipp for details
+// BOOST_NO_CXX11_HDR_FUTURE should be defined.
+// See file boost_no_cxx11_hdr_future.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_FUTURE
-#include "boost_no_0x_hdr_future.ipp"
+#ifndef BOOST_NO_CXX11_HDR_FUTURE
+#include "boost_no_cxx11_hdr_future.ipp"
 #else
-namespace boost_no_0x_hdr_future = empty_boost;
+namespace boost_no_cxx11_hdr_future = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_future::test();
+ return boost_no_cxx11_hdr_future::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_initializer_list_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_initializer_list_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_initializer_list_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_INITIALIZER_LIST
+// Test file for macro BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_INITIALIZER_LIST should not be defined.
-// See file boost_no_0x_hdr_initializer_list.ipp for details
+// BOOST_NO_CXX11_HDR_INITIALIZER_LIST should not be defined.
+// See file boost_no_cxx11_hdr_initializer_list.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_INITIALIZER_LIST
-#include "boost_no_0x_hdr_initializer_list.ipp"
+#ifdef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+#include "boost_no_cxx11_hdr_initializer_list.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_initializer_list::test();
+ return boost_no_cxx11_hdr_initializer_list::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_initializer_list_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_initializer_list_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_initializer_list_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_INITIALIZER_LIST
+// Test file for macro BOOST_NO_CXX11_HDR_INITIALIZER_LIST
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_INITIALIZER_LIST should be defined.
-// See file boost_no_0x_hdr_initializer_list.ipp for details
+// BOOST_NO_CXX11_HDR_INITIALIZER_LIST should be defined.
+// See file boost_no_cxx11_hdr_initializer_list.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_INITIALIZER_LIST
-#include "boost_no_0x_hdr_initializer_list.ipp"
+#ifndef BOOST_NO_CXX11_HDR_INITIALIZER_LIST
+#include "boost_no_cxx11_hdr_initializer_list.ipp"
 #else
-namespace boost_no_0x_hdr_initializer_list = empty_boost;
+namespace boost_no_cxx11_hdr_initializer_list = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_initializer_list::test();
+ return boost_no_cxx11_hdr_initializer_list::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_mutex_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_mutex_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_mutex_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_MUTEX
+// Test file for macro BOOST_NO_CXX11_HDR_MUTEX
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_MUTEX should not be defined.
-// See file boost_no_0x_hdr_mutex.ipp for details
+// BOOST_NO_CXX11_HDR_MUTEX should not be defined.
+// See file boost_no_cxx11_hdr_mutex.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_MUTEX
-#include "boost_no_0x_hdr_mutex.ipp"
+#ifdef BOOST_NO_CXX11_HDR_MUTEX
+#include "boost_no_cxx11_hdr_mutex.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_mutex::test();
+ return boost_no_cxx11_hdr_mutex::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_mutex_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_mutex_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_mutex_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_MUTEX
+// Test file for macro BOOST_NO_CXX11_HDR_MUTEX
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_MUTEX should be defined.
-// See file boost_no_0x_hdr_mutex.ipp for details
+// BOOST_NO_CXX11_HDR_MUTEX should be defined.
+// See file boost_no_cxx11_hdr_mutex.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_MUTEX
-#include "boost_no_0x_hdr_mutex.ipp"
+#ifndef BOOST_NO_CXX11_HDR_MUTEX
+#include "boost_no_cxx11_hdr_mutex.ipp"
 #else
-namespace boost_no_0x_hdr_mutex = empty_boost;
+namespace boost_no_cxx11_hdr_mutex = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_mutex::test();
+ return boost_no_cxx11_hdr_mutex::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_random_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_random_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_random_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_RANDOM
+// Test file for macro BOOST_NO_CXX11_HDR_RANDOM
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_RANDOM should not be defined.
-// See file boost_no_0x_hdr_random.ipp for details
+// BOOST_NO_CXX11_HDR_RANDOM should not be defined.
+// See file boost_no_cxx11_hdr_random.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_RANDOM
-#include "boost_no_0x_hdr_random.ipp"
+#ifdef BOOST_NO_CXX11_HDR_RANDOM
+#include "boost_no_cxx11_hdr_random.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_random::test();
+ return boost_no_cxx11_hdr_random::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_random_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_random_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_random_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_RANDOM
+// Test file for macro BOOST_NO_CXX11_HDR_RANDOM
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_RANDOM should be defined.
-// See file boost_no_0x_hdr_random.ipp for details
+// BOOST_NO_CXX11_HDR_RANDOM should be defined.
+// See file boost_no_cxx11_hdr_random.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_RANDOM
-#include "boost_no_0x_hdr_random.ipp"
+#ifndef BOOST_NO_CXX11_HDR_RANDOM
+#include "boost_no_cxx11_hdr_random.ipp"
 #else
-namespace boost_no_0x_hdr_random = empty_boost;
+namespace boost_no_cxx11_hdr_random = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_random::test();
+ return boost_no_cxx11_hdr_random::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_ratio_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_ratio_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_ratio_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_RATIO
+// Test file for macro BOOST_NO_CXX11_HDR_RATIO
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_RATIO should not be defined.
-// See file boost_no_0x_hdr_ratio.ipp for details
+// BOOST_NO_CXX11_HDR_RATIO should not be defined.
+// See file boost_no_cxx11_hdr_ratio.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_RATIO
-#include "boost_no_0x_hdr_ratio.ipp"
+#ifdef BOOST_NO_CXX11_HDR_RATIO
+#include "boost_no_cxx11_hdr_ratio.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_ratio::test();
+ return boost_no_cxx11_hdr_ratio::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_ratio_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_ratio_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_ratio_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_RATIO
+// Test file for macro BOOST_NO_CXX11_HDR_RATIO
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_RATIO should be defined.
-// See file boost_no_0x_hdr_ratio.ipp for details
+// BOOST_NO_CXX11_HDR_RATIO should be defined.
+// See file boost_no_cxx11_hdr_ratio.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_RATIO
-#include "boost_no_0x_hdr_ratio.ipp"
+#ifndef BOOST_NO_CXX11_HDR_RATIO
+#include "boost_no_cxx11_hdr_ratio.ipp"
 #else
-namespace boost_no_0x_hdr_ratio = empty_boost;
+namespace boost_no_cxx11_hdr_ratio = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_ratio::test();
+ return boost_no_cxx11_hdr_ratio::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_regex_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_regex_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_regex_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_REGEX
+// Test file for macro BOOST_NO_CXX11_HDR_REGEX
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_REGEX should not be defined.
-// See file boost_no_0x_hdr_regex.ipp for details
+// BOOST_NO_CXX11_HDR_REGEX should not be defined.
+// See file boost_no_cxx11_hdr_regex.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_REGEX
-#include "boost_no_0x_hdr_regex.ipp"
+#ifdef BOOST_NO_CXX11_HDR_REGEX
+#include "boost_no_cxx11_hdr_regex.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_regex::test();
+ return boost_no_cxx11_hdr_regex::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_regex_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_regex_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_regex_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_REGEX
+// Test file for macro BOOST_NO_CXX11_HDR_REGEX
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_REGEX should be defined.
-// See file boost_no_0x_hdr_regex.ipp for details
+// BOOST_NO_CXX11_HDR_REGEX should be defined.
+// See file boost_no_cxx11_hdr_regex.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_REGEX
-#include "boost_no_0x_hdr_regex.ipp"
+#ifndef BOOST_NO_CXX11_HDR_REGEX
+#include "boost_no_cxx11_hdr_regex.ipp"
 #else
-namespace boost_no_0x_hdr_regex = empty_boost;
+namespace boost_no_cxx11_hdr_regex = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_regex::test();
+ return boost_no_cxx11_hdr_regex::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_system_error_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_system_error_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_system_error_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_SYSTEM_ERROR
+// Test file for macro BOOST_NO_CXX11_HDR_SYSTEM_ERROR
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_SYSTEM_ERROR should not be defined.
-// See file boost_no_0x_hdr_system_error.ipp for details
+// BOOST_NO_CXX11_HDR_SYSTEM_ERROR should not be defined.
+// See file boost_no_cxx11_hdr_system_error.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_SYSTEM_ERROR
-#include "boost_no_0x_hdr_system_error.ipp"
+#ifdef BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+#include "boost_no_cxx11_hdr_system_error.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_system_error::test();
+ return boost_no_cxx11_hdr_system_error::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_system_error_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_system_error_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_system_error_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_SYSTEM_ERROR
+// Test file for macro BOOST_NO_CXX11_HDR_SYSTEM_ERROR
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_SYSTEM_ERROR should be defined.
-// See file boost_no_0x_hdr_system_error.ipp for details
+// BOOST_NO_CXX11_HDR_SYSTEM_ERROR should be defined.
+// See file boost_no_cxx11_hdr_system_error.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_SYSTEM_ERROR
-#include "boost_no_0x_hdr_system_error.ipp"
+#ifndef BOOST_NO_CXX11_HDR_SYSTEM_ERROR
+#include "boost_no_cxx11_hdr_system_error.ipp"
 #else
-namespace boost_no_0x_hdr_system_error = empty_boost;
+namespace boost_no_cxx11_hdr_system_error = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_system_error::test();
+ return boost_no_cxx11_hdr_system_error::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_thread_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_thread_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_thread_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_THREAD
+// Test file for macro BOOST_NO_CXX11_HDR_THREAD
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_THREAD should not be defined.
-// See file boost_no_0x_hdr_thread.ipp for details
+// BOOST_NO_CXX11_HDR_THREAD should not be defined.
+// See file boost_no_cxx11_hdr_thread.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_THREAD
-#include "boost_no_0x_hdr_thread.ipp"
+#ifdef BOOST_NO_CXX11_HDR_THREAD
+#include "boost_no_cxx11_hdr_thread.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_thread::test();
+ return boost_no_cxx11_hdr_thread::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_thread_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_thread_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_thread_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_THREAD
+// Test file for macro BOOST_NO_CXX11_HDR_THREAD
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_THREAD should be defined.
-// See file boost_no_0x_hdr_thread.ipp for details
+// BOOST_NO_CXX11_HDR_THREAD should be defined.
+// See file boost_no_cxx11_hdr_thread.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_THREAD
-#include "boost_no_0x_hdr_thread.ipp"
+#ifndef BOOST_NO_CXX11_HDR_THREAD
+#include "boost_no_cxx11_hdr_thread.ipp"
 #else
-namespace boost_no_0x_hdr_thread = empty_boost;
+namespace boost_no_cxx11_hdr_thread = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_thread::test();
+ return boost_no_cxx11_hdr_thread::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_tuple_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_tuple_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_tuple_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_TUPLE
+// Test file for macro BOOST_NO_CXX11_HDR_TUPLE
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_TUPLE should not be defined.
-// See file boost_no_0x_hdr_tuple.ipp for details
+// BOOST_NO_CXX11_HDR_TUPLE should not be defined.
+// See file boost_no_cxx11_hdr_tuple.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_TUPLE
-#include "boost_no_0x_hdr_tuple.ipp"
+#ifdef BOOST_NO_CXX11_HDR_TUPLE
+#include "boost_no_cxx11_hdr_tuple.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_tuple::test();
+ return boost_no_cxx11_hdr_tuple::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_tuple_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_tuple_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_tuple_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_TUPLE
+// Test file for macro BOOST_NO_CXX11_HDR_TUPLE
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_TUPLE should be defined.
-// See file boost_no_0x_hdr_tuple.ipp for details
+// BOOST_NO_CXX11_HDR_TUPLE should be defined.
+// See file boost_no_cxx11_hdr_tuple.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_TUPLE
-#include "boost_no_0x_hdr_tuple.ipp"
+#ifndef BOOST_NO_CXX11_HDR_TUPLE
+#include "boost_no_cxx11_hdr_tuple.ipp"
 #else
-namespace boost_no_0x_hdr_tuple = empty_boost;
+namespace boost_no_cxx11_hdr_tuple = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_tuple::test();
+ return boost_no_cxx11_hdr_tuple::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_type_traits_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_type_traits_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_type_traits_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_TYPE_TRAITS
+// Test file for macro BOOST_NO_CXX11_HDR_TYPE_TRAITS
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_TYPE_TRAITS should not be defined.
-// See file boost_no_0x_hdr_type_traits.ipp for details
+// BOOST_NO_CXX11_HDR_TYPE_TRAITS should not be defined.
+// See file boost_no_cxx11_hdr_type_traits.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_TYPE_TRAITS
-#include "boost_no_0x_hdr_type_traits.ipp"
+#ifdef BOOST_NO_CXX11_HDR_TYPE_TRAITS
+#include "boost_no_cxx11_hdr_type_traits.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_type_traits::test();
+ return boost_no_cxx11_hdr_type_traits::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_type_traits_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_type_traits_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_type_traits_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_TYPE_TRAITS
+// Test file for macro BOOST_NO_CXX11_HDR_TYPE_TRAITS
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_TYPE_TRAITS should be defined.
-// See file boost_no_0x_hdr_type_traits.ipp for details
+// BOOST_NO_CXX11_HDR_TYPE_TRAITS should be defined.
+// See file boost_no_cxx11_hdr_type_traits.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_TYPE_TRAITS
-#include "boost_no_0x_hdr_type_traits.ipp"
+#ifndef BOOST_NO_CXX11_HDR_TYPE_TRAITS
+#include "boost_no_cxx11_hdr_type_traits.ipp"
 #else
-namespace boost_no_0x_hdr_type_traits = empty_boost;
+namespace boost_no_cxx11_hdr_type_traits = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_type_traits::test();
+ return boost_no_cxx11_hdr_type_traits::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_typeindex_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_typeindex_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_typeindex_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_TYPEINDEX
+// Test file for macro BOOST_NO_CXX11_HDR_TYPEINDEX
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_TYPEINDEX should not be defined.
-// See file boost_no_0x_hdr_typeindex.ipp for details
+// BOOST_NO_CXX11_HDR_TYPEINDEX should not be defined.
+// See file boost_no_cxx11_hdr_typeindex.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_TYPEINDEX
-#include "boost_no_0x_hdr_typeindex.ipp"
+#ifdef BOOST_NO_CXX11_HDR_TYPEINDEX
+#include "boost_no_cxx11_hdr_typeindex.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_typeindex::test();
+ return boost_no_cxx11_hdr_typeindex::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_typeindex_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_typeindex_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_typeindex_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_TYPEINDEX
+// Test file for macro BOOST_NO_CXX11_HDR_TYPEINDEX
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_TYPEINDEX should be defined.
-// See file boost_no_0x_hdr_typeindex.ipp for details
+// BOOST_NO_CXX11_HDR_TYPEINDEX should be defined.
+// See file boost_no_cxx11_hdr_typeindex.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_TYPEINDEX
-#include "boost_no_0x_hdr_typeindex.ipp"
+#ifndef BOOST_NO_CXX11_HDR_TYPEINDEX
+#include "boost_no_cxx11_hdr_typeindex.ipp"
 #else
-namespace boost_no_0x_hdr_typeindex = empty_boost;
+namespace boost_no_cxx11_hdr_typeindex = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_typeindex::test();
+ return boost_no_cxx11_hdr_typeindex::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_unordered_map_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_unordered_map_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_unordered_map_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_UNORDERED_MAP
+// Test file for macro BOOST_NO_CXX11_HDR_UNORDERED_MAP
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_UNORDERED_MAP should not be defined.
-// See file boost_no_0x_hdr_unordered_map.ipp for details
+// BOOST_NO_CXX11_HDR_UNORDERED_MAP should not be defined.
+// See file boost_no_cxx11_hdr_unordered_map.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_UNORDERED_MAP
-#include "boost_no_0x_hdr_unordered_map.ipp"
+#ifdef BOOST_NO_CXX11_HDR_UNORDERED_MAP
+#include "boost_no_cxx11_hdr_unordered_map.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_unordered_map::test();
+ return boost_no_cxx11_hdr_unordered_map::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_unordered_map_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_unordered_map_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_unordered_map_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_UNORDERED_MAP
+// Test file for macro BOOST_NO_CXX11_HDR_UNORDERED_MAP
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_UNORDERED_MAP should be defined.
-// See file boost_no_0x_hdr_unordered_map.ipp for details
+// BOOST_NO_CXX11_HDR_UNORDERED_MAP should be defined.
+// See file boost_no_cxx11_hdr_unordered_map.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_UNORDERED_MAP
-#include "boost_no_0x_hdr_unordered_map.ipp"
+#ifndef BOOST_NO_CXX11_HDR_UNORDERED_MAP
+#include "boost_no_cxx11_hdr_unordered_map.ipp"
 #else
-namespace boost_no_0x_hdr_unordered_map = empty_boost;
+namespace boost_no_cxx11_hdr_unordered_map = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_unordered_map::test();
+ return boost_no_cxx11_hdr_unordered_map::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_unordered_set_fail.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_unordered_set_fail.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_unordered_set_fail.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_UNORDERED_SET
+// Test file for macro BOOST_NO_CXX11_HDR_UNORDERED_SET
 // This file should not compile, if it does then
-// BOOST_NO_0X_HDR_UNORDERED_SET should not be defined.
-// See file boost_no_0x_hdr_unordered_set.ipp for details
+// BOOST_NO_CXX11_HDR_UNORDERED_SET should not be defined.
+// See file boost_no_cxx11_hdr_unordered_set.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifdef BOOST_NO_0X_HDR_UNORDERED_SET
-#include "boost_no_0x_hdr_unordered_set.ipp"
+#ifdef BOOST_NO_CXX11_HDR_UNORDERED_SET
+#include "boost_no_cxx11_hdr_unordered_set.ipp"
 #else
 #error "this file should not compile"
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_unordered_set::test();
+ return boost_no_cxx11_hdr_unordered_set::test();
 }
 

Modified: trunk/libs/config/test/no_0x_hdr_unordered_set_pass.cpp
==============================================================================
--- trunk/libs/config/test/no_0x_hdr_unordered_set_pass.cpp (original)
+++ trunk/libs/config/test/no_0x_hdr_unordered_set_pass.cpp 2012-03-03 22:00:49 EST (Sat, 03 Mar 2012)
@@ -10,10 +10,10 @@
 //
 
 
-// Test file for macro BOOST_NO_0X_HDR_UNORDERED_SET
+// Test file for macro BOOST_NO_CXX11_HDR_UNORDERED_SET
 // This file should compile, if it does not then
-// BOOST_NO_0X_HDR_UNORDERED_SET should be defined.
-// See file boost_no_0x_hdr_unordered_set.ipp for details
+// BOOST_NO_CXX11_HDR_UNORDERED_SET should be defined.
+// See file boost_no_cxx11_hdr_unordered_set.ipp for details
 
 // Must not have BOOST_ASSERT_CONFIG set; it defeats
 // the objective of this file:
@@ -24,14 +24,14 @@
 #include <boost/config.hpp>
 #include "test.hpp"
 
-#ifndef BOOST_NO_0X_HDR_UNORDERED_SET
-#include "boost_no_0x_hdr_unordered_set.ipp"
+#ifndef BOOST_NO_CXX11_HDR_UNORDERED_SET
+#include "boost_no_cxx11_hdr_unordered_set.ipp"
 #else
-namespace boost_no_0x_hdr_unordered_set = empty_boost;
+namespace boost_no_cxx11_hdr_unordered_set = empty_boost;
 #endif
 
 int main( int, char *[] )
 {
- return boost_no_0x_hdr_unordered_set::test();
+ return boost_no_cxx11_hdr_unordered_set::test();
 }
 


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