mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 13:55:26 +08:00
[C++] fix the ctors initialization issue
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user