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 {