Feature
- Virtual functions are not supported.
- Virtual inheritance is not supported.
- Runtime recursion is not supported.
- Dynamic memory allocation using malloc, new, or free is not supported.
- STL is not supported.
- Runtime type identification (typeid) is not supported.
- File system I/O is not supported.
- Tuple in the standard library and algorithm operations (Related library function calls must be marked with aicore.) is not supported.
Parent topic: C/C++ Syntax Restrictions