FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
755 stars 188 forks source link

reserved identifier violation #249

Closed elfring closed 1 year ago

elfring commented 1 year ago

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

elfring commented 1 year ago

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