search for: idxset

Displaying 1 result from an estimated 1 matches for "idxset".

Did you mean: fd_set
2008 Nov 06
0
VC98 unter wine -> undname.c:189: str_array_push: Assertion
Hi everybody, am trying to compile an existing Visual C++ 6 projekt under wine. But at one file i get the error mentioned in the topic. Some more detail about the code: working: Code: typedef std::set<Int> IdxSet; typedef map<Int, IdxSet> InstMap; typedef map<string, InstMap> AttrMap; typedef map<string, Int> AttrMonitor; not working: Code: typedef std::set<Int> IdxSet; typedef map<Int, IdxSet> InstMap; typedef map<string, InstMap> AttrMap; typedef map<string,...