__cpp_new_aligned_nothrow

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

pragma(mangle, __new_aligned_nothrow_mangle) nothrow
void*
__cpp_new_aligned_nothrow
(
size_t count
,
align_val_t alignment
,
ref const(nothrow_t) = std_nothrow
)
Suggestion Box / Bug Report