diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 09:59:53 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-12-29 09:59:53 +0300 |
commit | 51bcce920270129b7080fa1a10db6f82370ad421 (patch) | |
tree | 280672ac298d4a7a524af906cccace9bc5e05735 | |
parent | 52ef875ceda9eb2b459d197424c2eb18c16d43e4 (diff) | |
download | ydb-51bcce920270129b7080fa1a10db6f82370ad421.tar.gz |
Update contrib/restricted/boost/throw_exception to 1.81.0
-rw-r--r-- | contrib/restricted/boost/throw_exception/include/boost/throw_exception.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/throw_exception/include/boost/throw_exception.hpp b/contrib/restricted/boost/throw_exception/include/boost/throw_exception.hpp index c50677ac5b..cdda86b160 100644 --- a/contrib/restricted/boost/throw_exception/include/boost/throw_exception.hpp +++ b/contrib/restricted/boost/throw_exception/include/boost/throw_exception.hpp @@ -54,7 +54,7 @@ typedef char (&wrapexcept_s2)[ 2 ]; template<class T> wrapexcept_s1 wrapexcept_is_convertible( T* ); template<class T> wrapexcept_s2 wrapexcept_is_convertible( void* ); -template<class E, class B, std::size_t I = sizeof( wrapexcept_is_convertible<B>( static_cast< E* >( 0 ) ) ) > struct wrapexcept_add_base; +template<class E, class B, std::size_t I = sizeof( wrapexcept_is_convertible<B>( static_cast< E* >( BOOST_NULLPTR ) ) ) > struct wrapexcept_add_base; template<class E, class B> struct wrapexcept_add_base<E, B, 1> { |