boostorg / throw_exception

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

Change del.p_=0 to del.p_=nullptr #22

Closed paulharris closed 2 years ago

paulharris commented 2 years ago

A simple change (I hope) that cleans up compiler warnings and errors.

pdimov commented 2 years ago

Let's await the resolution of https://github.com/boostorg/config/pull/431.

paulharris commented 2 years ago

Ok, thanks! Close this issue when appropriate, thanks :)

pdimov commented 2 years ago

BOOST_NULLPTR has been merged, so you can update the PR to use it if you like.

paulharris commented 2 years ago

How is this?

pdimov commented 2 years ago

Perfection.