This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

using std::map

I am coding for C6678 and using TI 6678 functional simulator. I need to use std::map in my project. I am creating a two dimentional map ( a map of maps ).

When creating the 31th map ( 30th element of the outher map ) the system goes in an infinite loop in the file "xtree" and keeps running.

Is there any std::map count limit in sys/bios or anything else ? I know there is no limit for map count like 30 in C++.

Thanks.

Alaettin.