$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72580 - trunk/boost
From: john_at_[hidden]
Date: 2011-06-14 04:27:15
Author: johnmaddock
Date: 2011-06-14 04:27:14 EDT (Tue, 14 Jun 2011)
New Revision: 72580
URL: http://svn.boost.org/trac/boost/changeset/72580
Log:
Apply patch from #5607.
Refs #5607.
Text files modified: 
   trunk/boost/current_function.hpp |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/current_function.hpp
==============================================================================
--- trunk/boost/current_function.hpp	(original)
+++ trunk/boost/current_function.hpp	2011-06-14 04:27:14 EDT (Tue, 14 Jun 2011)
@@ -28,7 +28,7 @@
 inline void current_function_helper()
 {
 
-#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600))
+#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600)) || defined(__ghs__)
 
 # define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__
 
@@ -65,3 +65,4 @@
 } // namespace boost
 
 #endif // #ifndef BOOST_CURRENT_FUNCTION_HPP_INCLUDED
+