Use std::nothrow from <new> with every new allocation

This commit is contained in:
Rangi42
2024-03-07 09:56:15 -05:00
parent 104fd6c70d
commit e5b7e65e91
6 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
#include <errno.h>
#include <inttypes.h>
#include <limits.h>
#include <new>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>