Browse Source

Update contrib/restricted/boost/throw_exception to 1.85.0
d4d1b85d17770a058908da125084ac55be88e5ec

robot-contrib 10 months ago
parent
commit
6cacf31358

+ 1 - 1
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__

+ 2 - 2
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