conflicting with my own String.h

前端 未结 6 576
无人共我
无人共我 2020-12-19 01:52

I have a project that was compiling ok within g++(I can\'t see the version right now) and now on xCode it is not.
I think that I got the problem now... I have a String.h

6条回答
  •  情话喂你
    2020-12-19 02:38

    On OSX the filesystem is case insensitive - so String.h you can wind up with conflicts like that. String.h == string.h

提交回复
热议问题