gamecreature / QtAwesome

QtAwesome - Font Awesome for Qt Applications
Other
787 stars 149 forks source link

C++11 => C++98 #13

Open GreateCode opened 8 years ago

GreateCode commented 8 years ago

在C++98中, 单词‘linux’不可以作为变量,应该把fa::linux更改一下,就支持C++98了

gamecreature commented 8 years ago

Help, can somebody translate this?

GreateCode commented 8 years ago

Sorry,I am Chinese. I mean that in C++98, the word 'linux' should not be used as a variable, you should change FA::Linux to support C++98. In addition, "anim", taking up too much CPU. Thank you!!!

gamecreature commented 8 years ago

Thanks for your translation. I understand the problem. I've noticed there's a fork solving the problem by using an #undef. I don't think that's a good permanent solution. I'm going to rename the linux word.

I'm going to checkout the anim issue.

GreateCode commented 8 years ago

As a Green hand (菜鸟),I learned from your answer! You are a good teacher,Thanks!!!