$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56295 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2009-09-18 06:43:57
Author: johnmaddock
Date: 2009-09-18 06:43:57 EDT (Fri, 18 Sep 2009)
New Revision: 56295
URL: http://svn.boost.org/trac/boost/changeset/56295
Log:
Try and fix Open64 Boost.Config failures: Open64 is not really gcc!
Text files modified:
trunk/boost/config/compiler/gcc.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/boost/config/compiler/gcc.hpp
==============================================================================
--- trunk/boost/config/compiler/gcc.hpp (original)
+++ trunk/boost/config/compiler/gcc.hpp 2009-09-18 06:43:57 EDT (Fri, 18 Sep 2009)
@@ -64,6 +64,9 @@
// All problems to gcc-3.x and earlier here:
//
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP
+# ifdef __OPEN64__
+# define BOOST_NO_IS_ABSTRACT
+# endif
#endif
#ifndef __EXCEPTIONS