__cpp_new_nothrow

Binding for ::operator new(std::size_t count, const std::nothrow_t&)

@nogc extern (C++) pragma(mangle, __new_nothrow_mangle) nothrow
void*
__cpp_new_nothrow
(
size_t count
,
ref const(nothrow_t) = std_nothrow
)
Suggestion Box / Bug Report