这在 Visual C++ 2010 中编译。
它不编译和 MINGW。
struct nextifcondinfo
{
hash_map <string, nextifcondinfo> next;
int action;
};
I get an error message:
Description Resource Path Location Type
forward declaration of 'struct nextifcondinfo' C/C++ Problem
你能告诉我在mingw中使用什么开关来解决吗?或者你还有其他想法吗?