calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

reserved identifier violation #95

Closed elfring closed 7 years ago

elfring commented 9 years ago

I would like to point out that identifiers like "_CalaosModuleApi" and "__daylen__" do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

elfring commented 7 years ago

How do you think about to avoid that this software depends on undefined behaviour?

raoulh commented 7 years ago

If that cause you a problem, you can provide a pull request to fix it.