ICU-2337 A fix for the Mac
X-SVN-Rev: 10995
This commit is contained in:
parent
41983c83ee
commit
7bcb3761b0
@ -98,7 +98,7 @@ public:
|
|||||||
* See new().
|
* See new().
|
||||||
* @draft ICU 2.6
|
* @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.
|
* Override for ICU4C C++ memory management for STL.
|
||||||
|
Loading…
Reference in New Issue
Block a user