From d86a6220d5335f5d9621022bb75a103f538746c1 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Wed, 13 Jul 2022 07:50:58 -0500 Subject: [PATCH] Replace 0 with BOOST_NULLPTR --- include/boost/throw_exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index c50677a..cdda86b 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -54,7 +54,7 @@ typedef char (&wrapexcept_s2)[ 2 ]; template wrapexcept_s1 wrapexcept_is_convertible( T* ); template wrapexcept_s2 wrapexcept_is_convertible( void* ); -template( static_cast< E* >( 0 ) ) ) > struct wrapexcept_add_base; +template( static_cast< E* >( BOOST_NULLPTR ) ) ) > struct wrapexcept_add_base; template struct wrapexcept_add_base {