C++ Logo

sg10

Advanced search

Re: [SG10] Feature Test Macro for destroying operator delete?

From: Ville Voutilainen <ville.voutilainen_at_[hidden]>
Date: Fri, 3 Aug 2018 21:45:26 +0300
On 3 August 2018 at 21:23, Chris Kennelly <ckennelly_at_[hidden]> wrote:
> P0722, adopted at Rapperswil, added destroying operator delete. Would it be
> possible to provide a feature test macro for its availability?

..presumably so that you can declare such an operator only if the
macro is defined, so as to
avoid otherwise ill-formed code because std::destroying_delete_t
wouldn't be available?

Makes sense to me.

Received on 2018-08-03 20:45:28