boostorg / throw_exception

Common infrastructure for throwing exceptions
https://boost.org/libs/throw_exception
14 stars 46 forks source link

Replace 0 with BOOST_NULLPTR #23

Closed mborland closed 2 years ago

mborland commented 2 years ago

Fixes -Wzero-as-null-pointer-constant warning.

mborland commented 2 years ago

@pdimov Can you please approve the CI run?