[C++] fix the ctors initialization issue

This commit is contained in:
Bernard Xiong
2014-11-01 14:12:58 +08:00
parent 38be10cf89
commit 1974bec8bf
4 changed files with 68 additions and 3 deletions

View File

@@ -11,5 +11,6 @@ void operator delete(void * ptr);
void operator delete[] (void *ptr);
extern "C" void __cxa_pure_virtual(void);
extern "C" int cplusplus_system_init(void);
#endif