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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -