Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70698 - branches/release/boost
From: marshall_at_[hidden]
Date: 2011-03-29 10:49:33


Author: marshall
Date: 2011-03-29 10:49:32 EDT (Tue, 29 Mar 2011)
New Revision: 70698
URL: http://svn.boost.org/trac/boost/changeset/70698

Log:
Merge changes in Boost.Array to release
Properties modified:
   branches/release/boost/array.hpp (contents, props changed)
Text files modified:
   branches/release/boost/array.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/array.hpp
==============================================================================
--- branches/release/boost/array.hpp (original)
+++ branches/release/boost/array.hpp 2011-03-29 10:49:32 EDT (Tue, 29 Mar 2011)
@@ -322,7 +322,7 @@
         static reference failed_rangecheck () {
                 std::out_of_range e("attempt to access element of an empty array");
                 boost::throw_exception(e);
-#if defined(BOOST_NO_EXCEPTIONS) || !defined(BOOST_MSVC)
+#if defined(BOOST_NO_EXCEPTIONS) || (!defined(BOOST_MSVC) && !defined(__PATHSCALE__))
                 //
                 // We need to return something here to keep
                 // some compilers happy: however we will never


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