forked from boostorg/array
Merge changes in Boost.Array to release
[SVN r70698]
This commit is contained in:
@ -322,7 +322,7 @@ namespace boost {
|
|||||||
static reference failed_rangecheck () {
|
static reference failed_rangecheck () {
|
||||||
std::out_of_range e("attempt to access element of an empty array");
|
std::out_of_range e("attempt to access element of an empty array");
|
||||||
boost::throw_exception(e);
|
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
|
// We need to return something here to keep
|
||||||
// some compilers happy: however we will never
|
// some compilers happy: however we will never
|
||||||
|
Reference in New Issue
Block a user