$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83357 - trunk/boost/config
From: john_at_[hidden]
Date: 2013-03-08 06:41:05
Author: johnmaddock
Date: 2013-03-08 06:41:04 EST (Fri, 08 Mar 2013)
New Revision: 83357
URL: http://svn.boost.org/trac/boost/changeset/83357
Log:
Fix spelling mistake.
Text files modified:
trunk/boost/config/suffix.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/suffix.hpp
==============================================================================
--- trunk/boost/config/suffix.hpp (original)
+++ trunk/boost/config/suffix.hpp 2013-03-08 06:41:04 EST (Fri, 08 Mar 2013)
@@ -671,7 +671,7 @@
#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)
+#if defined(BOOST_NO_CXX11_HDR_ARRAY) && !defined(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