mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 15:22:47 +00:00
Pool fixes
Mostly for Linux
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user