Pool fixes

Mostly for Linux
This commit is contained in:
erorcun
2021-06-26 00:27:12 +03:00
parent af7573ddbe
commit 9b5caa190e
16 changed files with 71 additions and 49 deletions

View File

@ -7,7 +7,7 @@ protected:
public:
// disable allocation
static void *operator new(size_t);
static void *operator new(size_t) throw();
CPlaceable(void);
virtual ~CPlaceable(void);