soui
5.0.0.1
Soui5 Doc
Loading...
Searching...
No Matches
snew.h
1
//copy from <new.h>
2
#ifndef __PLACEMENT_NEW_INLINE
3
#define __PLACEMENT_NEW_INLINE
4
#ifdef _MSC_VER
5
inline
void
*__CRTDECL
operator
new
(size_t,
void
*_Where)
6
{
return
(_Where); }
7
#if _MSC_VER >= 1200
8
inline
void
__CRTDECL
operator
delete
(
void
*,
void
*)
9
{
return
; }
10
#endif
11
#else
12
//mingw 已经定义了,不能重新定义。
13
#include <new>
14
#endif
15
#endif
utilities
include
snew.h
Generated by
1.13.2