PDA

View Full Version : Char Followed by a Char is illegal (qglobal.h)



saad_saadi
8th April 2014, 09:29
I am doing one project in which i am using QMap but its giving error related to qglobal.h file, thats


Char Followed by a char is illegal

typedef map<int ,cal_pointer*> QMap2D;

When i m using only map, there is no error in it.

Can anyone tell me, how i can get rid of this error.

Thanks

wysota
8th April 2014, 13:19
Please provide a minimal compilable example reproducing the problem.