Searched refs:nothrow_t (Results 1 – 2 of 2) sorted by relevance
11 // Fake std::nothrow_t without a standard C++ library.13 struct nothrow_t {};16 void* operator new(size_t, const std::nothrow_t&) noexcept;17 void* operator new[](size_t, const std::nothrow_t&) noexcept;
20 void *operator new (size_t s, const std::nothrow_t &) noexcept { in operator new() argument24 void *operator new[](size_t s, const std::nothrow_t &) noexcept { in operator new[]() argument
Completed in 2 milliseconds