]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/array.hpp
Don't allow newline characters in document settings.
[lyx.git] / boost / boost / array.hpp
index 85b63a2800a93a332651aadfb42dd047713b4eb3..ffb504bdbb51920b0066529257372c3a07c52ac9 100644 (file)
@@ -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