[ERROR]
The C++ compiler does not support all C++ features yet. Here is the list of features causing the error:
- Compiler generated functions of nested nameless classes
- calling destructors with goto
- explicit operator call
- Create Default Ctor of unnamed class
- Base class member access modification
- local static class obj
- global init with non-const
Try to avoid to use such a feature, e.g. using global static objects instead local ones.