PlistCpp
PlistCpp copied to clipboard
reserved identifier violation
I would like to point out that an identifier like "__PLIST_DATE_H__
" does eventually not fit to the expected naming convention of the C++ language standard.
Would you like to adjust your selection for unique names?
Sure. What would be your suggested convention? PLIST_DATA_H_INCLUDED
On Tue, Nov 10, 2015 at 09:11:45AM -0800, Markus Elfring wrote:
I would like to point out that an identifier like "PLIST_DATE_H" does eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?
— Reply to this email directly or view it on GitHub.*
How do you think about to make these include guards not only standard-compliant but also really unique by appending a kind of UUID?
Sure.
On Tue, Nov 10, 2015 at 10:04:51AM -0800, Markus Elfring wrote:
How do you think about to make these include guards not only standard-compliant but also really unique by appending a kind of UUID?
— Reply to this email directly or view it on GitHub.*