__cpp_delete_nothrow

Binding for ::operator delete(void* ptr, const std::nothrow_t& tag)

@nogc extern (C++) pragma(mangle, __delete_nothrow_mangle) nothrow
void
__cpp_delete_nothrow
(
void* ptr
,
ref const(nothrow_t) = std_nothrow
)
Suggestion Box / Bug Report