OpenPrinting / libcups

OpenPrinting CUPS Library Sources
https://openprinting.github.io/cups/cups3.html
Apache License 2.0
35 stars 17 forks source link

reserved identifier violation #56

Closed elfring closed 1 year ago

elfring commented 1 year ago

I would like to point out that identifiers like “_CUPS_FILE_H_” and “_CUPS_IPP_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?

michaelrsweet commented 1 year ago

No.

elfring commented 1 year ago

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