diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-26 14:27:51 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-04-26 14:39:11 +0300 |
commit | 6cacf31358813f5c0b3e5149e6cfd3c9d8770435 (patch) | |
tree | db8a235cfa8a19a2976ba4d1e5ef3806bf6f3a94 /contrib | |
parent | 9f2c9e195474ec2b625f3e212d8d99c7cf691b08 (diff) | |
download | ydb-6cacf31358813f5c0b3e5149e6cfd3c9d8770435.tar.gz |
Update contrib/restricted/boost/throw_exception to 1.85.0
d4d1b85d17770a058908da125084ac55be88e5ec
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/throw_exception/include/boost/exception/exception.hpp | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/throw_exception/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/throw_exception/include/boost/exception/exception.hpp b/contrib/restricted/boost/throw_exception/include/boost/exception/exception.hpp index ca8d83359a..4ec18d7d39 100644 --- a/contrib/restricted/boost/throw_exception/include/boost/exception/exception.hpp +++ b/contrib/restricted/boost/throw_exception/include/boost/exception/exception.hpp @@ -19,7 +19,7 @@ namespace boost { namespace exception_detail { using boost::shared_ptr; } } #endif #if !defined(BOOST_EXCEPTION_ENABLE_WARNINGS) -#if __GNUC__*100+__GNUC_MINOR__>301 +#if defined(__GNUC__) && __GNUC__*100+__GNUC_MINOR__>301 #pragma GCC system_header #endif #ifdef __clang__ diff --git a/contrib/restricted/boost/throw_exception/ya.make b/contrib/restricted/boost/throw_exception/ya.make index 97e7af4761..19a60acdb0 100644 --- a/contrib/restricted/boost/throw_exception/ya.make +++ b/contrib/restricted/boost/throw_exception/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/throw_exception/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/throw_exception/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |