[Scummvm-cvs-logs] SF.net SVN: scummvm: [31339] scummvm/trunk/common/hashmap.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Mar 30 20:59:24 CEST 2008
Revision: 31339
http://scummvm.svn.sourceforge.net/scummvm/?rev=31339&view=rev
Author: lordhoto
Date: 2008-03-30 11:59:24 -0700 (Sun, 30 Mar 2008)
Log Message:
-----------
Added fixme regarding header 'new'.
Modified Paths:
--------------
scummvm/trunk/common/hashmap.h
Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h 2008-03-30 18:53:16 UTC (rev 31338)
+++ scummvm/trunk/common/hashmap.h 2008-03-30 18:59:24 UTC (rev 31339)
@@ -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 <new>
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list