From 5a97de6f2e3c8c7565992bac7bf45b297972a73b Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 29 Mar 2011 14:49:32 +0000 Subject: [PATCH] Merge changes in Boost.Array to release [SVN r70698] --- include/boost/array.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/array.hpp b/include/boost/array.hpp index 85b63a2..ffb504b 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -322,7 +322,7 @@ namespace boost { 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