编译出错 “extraneous `int' ignored” 是啥原因??????
我在编写一个与树有关的数据结构的时候,编译器最后只出现这么一个错误:
In file included from D:/Dev-Cpp/include/g++-3/cstddef:6,
from D:/Dev-Cpp/include/g++-3/std/bastring.h:35,
from D:/Dev-Cpp/include/g++-3/string:6,
from F:/数据结构/Wrapper.h:4,
from F:/数据结构/Char.h:3,
from F:/数据结构/ExpressionTree.h:4,
from F:\数据结构\ExpressionTree.cpp:1:
D:/Dev-Cpp/include/stddef.h:148: extraneous `int' ignored
一查是个头文件,我不清楚这是那里出错了,请个位为我解答一下,谢谢!!