$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86118 - trunk/boost/units
From: steveire_at_[hidden]
Date: 2013-10-01 04:48:23
Author: skelly
Date: 2013-10-01 04:48:23 EDT (Tue, 01 Oct 2013)
New Revision: 86118
URL: http://svn.boost.org/trac/boost/changeset/86118
Log:
Units: Remove obsolete GCC version check.
Text files modified: 
   trunk/boost/units/config.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/units/config.hpp
==============================================================================
--- trunk/boost/units/config.hpp	Tue Oct  1 04:48:07 2013	(r86117)
+++ trunk/boost/units/config.hpp	2013-10-01 04:48:23 EDT (Tue, 01 Oct 2013)	(r86118)
@@ -29,7 +29,7 @@
     ///INTERNAL ONLY
     #define BOOST_UNITS_HAS_TYPEOF          1
 #else    
-    #if (__GNUC__ && __cplusplus && __GNUC__ >= 3)
+    #if (__GNUC__ && __cplusplus)
         ///INTERNAL ONLY
         #define BOOST_UNITS_HAS_TYPEOF          1
         ///INTERNAL ONLY