|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85311 - trunk/boost/tr1/detail
From: john_at_[hidden]
Date: 2013-08-12 04:05:32
Author: johnmaddock
Date: 2013-08-12 04:05:32 EDT (Mon, 12 Aug 2013)
New Revision: 85311
URL: http://svn.boost.org/trac/boost/changeset/85311
Log:
Oops, previous commit broke every compiler except GCC, apply fix.
Text files modified:
trunk/boost/tr1/detail/config.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/tr1/detail/config.hpp
==============================================================================
--- trunk/boost/tr1/detail/config.hpp Sun Aug 11 18:17:14 2013 (r85310)
+++ trunk/boost/tr1/detail/config.hpp 2013-08-12 04:05:32 EDT (Mon, 12 Aug 2013) (r85311)
@@ -9,7 +9,7 @@
#include <cstddef>
#if (defined(__GNUC__) && !(defined(linux) || defined(__linux) || defined(__linux__))) \
- || (!defined(__FreeBSD__)) \
+ || (!defined(__FreeBSD__) && defined(__GNUC__)) \
|| (!defined(_AIX) && defined(__IBMCPP__) && (__IBMCPP__ >= 800))
// Disable use of #include_next on Linux as typically we are installed in a
// directory that is searched *after* the std lib include path.
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