$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80711 - in branches/release: . boost boost/config boost/config/compiler
From: eric_at_[hidden]
Date: 2012-09-26 14:46:09
Author: eric_niebler
Date: 2012-09-26 14:46:08 EDT (Wed, 26 Sep 2012)
New Revision: 80711
URL: http://svn.boost.org/trac/boost/changeset/80711
Log:
latest config updates for gcc-4.4 and msvc-11.0
Properties modified: 
   branches/release/   (props changed)
   branches/release/boost/   (props changed)
   branches/release/boost/config/   (props changed)
   branches/release/boost/config/compiler/   (props changed)
Text files modified: 
   branches/release/boost/config/compiler/gcc.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/config/compiler/gcc.hpp
==============================================================================
--- branches/release/boost/config/compiler/gcc.hpp	(original)
+++ branches/release/boost/config/compiler/gcc.hpp	2012-09-26 14:46:08 EDT (Wed, 26 Sep 2012)
@@ -184,7 +184,7 @@
 #  define BOOST_NO_CXX11_DELETED_FUNCTIONS
 #endif
 
-#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4)
+#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
 #  define BOOST_NO_SFINAE_EXPR
 #endif