$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79417 - trunk/boost/math/tools
From: marshall_at_[hidden]
Date: 2012-07-11 12:21:29
Author: marshall
Date: 2012-07-11 12:21:28 EDT (Wed, 11 Jul 2012)
New Revision: 79417
URL: http://svn.boost.org/trac/boost/changeset/79417
Log:
Switch from deprecated macros to new shiny ones; no functionality change
Text files modified: 
   trunk/boost/math/tools/tuple.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/math/tools/tuple.hpp
==============================================================================
--- trunk/boost/math/tools/tuple.hpp	(original)
+++ trunk/boost/math/tools/tuple.hpp	2012-07-11 12:21:28 EDT (Wed, 11 Jul 2012)
@@ -9,7 +9,7 @@
 
 #include <boost/tr1/detail/config.hpp>  // for BOOST_HAS_TR1_TUPLE
 
-#ifndef BOOST_NO_0X_HDR_TUPLE
+#ifndef BOOST_NO_CXX11_HDR_TUPLE
 
 #include <tuple>