Date: Fri, 3 Aug 2018 12:52:29 -0700
We'll presumably need both a language component and a library component,
but user code will only want to test one macro.
Perhaps the compiler should define a macro for language support and the
library should only define its macro if the compiler macro is defined (as
min(compiler macro value, library value)?).
On Fri, 3 Aug 2018, 11:45 Ville Voutilainen, <ville.voutilainen_at_[hidden]>
wrote:
> 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.
> _______________________________________________
> Features mailing list
> Features_at_[hidden]
> http://www.open-std.org/mailman/listinfo/features
>
but user code will only want to test one macro.
Perhaps the compiler should define a macro for language support and the
library should only define its macro if the compiler macro is defined (as
min(compiler macro value, library value)?).
On Fri, 3 Aug 2018, 11:45 Ville Voutilainen, <ville.voutilainen_at_[hidden]>
wrote:
> 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.
> _______________________________________________
> Features mailing list
> Features_at_[hidden]
> http://www.open-std.org/mailman/listinfo/features
>
Received on 2018-08-03 21:52:50