これは、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で使用するスイッチを教えてください。それとも他にアイデアはありますか?