From 39995e29adf6c134b8606cc5a201cc0479638967 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 30 Mar 2008 18:59:24 +0000 Subject: Added fixme regarding header 'new'. svn-id: r31339 --- common/hashmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') diff --git a/common/hashmap.h b/common/hashmap.h index 36e032625e..3f028d69ed 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -61,6 +61,10 @@ #define USE_HASHMAP_MEMORY_POOL #ifdef USE_HASHMAP_MEMORY_POOL #include "common/memorypool.h" +// FIXME: we sadly can't assume standard C++ to be present +// on every system we support, so we should get rid of this. +// The solution should be to write a simple placement new +// on our own. #include #endif -- cgit v1.2.3