idea4good / GuiLite

✔️The smallest header-only GUI library(4 KLOC) for all platforms
https://www.youtube.com/watch?v=grqXEz3bdC0
Apache License 2.0
7.42k stars 804 forks source link

reserved identifier violation #22

Closed elfring closed 5 years ago

elfring commented 5 years ago

I would like to point out that identifiers like “_API_H_” and “_DISPLAY_H_do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

idea4good commented 5 years ago

Thanks, will fix it up soon

elfring commented 5 years ago

I would prefer to keep this issue open until it will be fixed finally.

idea4good commented 5 years ago

Sure, It looks the issue has been fixed, would you please take a check?

Thanks

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: Markus Elfring notifications@github.com Sent: Saturday, February 2, 2019 7:43:56 PM To: idea4good/GuiLite Cc: idea4good; State change Subject: Re: [idea4good/GuiLite] reserved identifier violation (#22)

I would prefer to keep this issue openhttps://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier#answer-228797 until it will be fixed finally.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHubhttps://github.com/idea4good/GuiLite/issues/22#issuecomment-459958566, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXEfPceyWd9FGB5tTH9n8X4KTlXfZuKxks5vJXn8gaJpZM4aexwD.

elfring commented 5 years ago

An update candidate was left over.