ICU-2337 A fix for the Mac

X-SVN-Rev: 10995
This commit is contained in:
George Rhoten 2003-02-07 22:02:25 +00:00
parent 41983c83ee
commit 7bcb3761b0

View File

@ -98,7 +98,7 @@ public:
* See new().
* @draft ICU 2.6
*/
static inline void * operator new(size_t, void *_P) { return (_P); }
static inline void * operator new(size_t, void *ptr) { return ptr; }
/**
* Override for ICU4C C++ memory management for STL.