nested functions are disabled, use -fnested-functions to re-enable-Objective C -
i getting errors when porting map objective c.
typedef map<uint32_t,string>eventmaptype; eventmaptype ceventmap;
error: nested functions disabled, use -fnested-functions re-enable error: expected '=', ',', ';', 'asm' or 'attribute' before '<' token
error: cannot find protocol declaration 'uint32_t'
error: cannot find protocol declaration 'string'
error: expected ';' before 'ceventmap'
compile source objective-c++ (use mm extension)
Comments
Post a Comment