I would like to point out that identifiers like “__OGGZ_H__” and “_OggzVector” do not fit to the expected naming convention of the C++ language standard.
Would you like to adjust your selection for unique names?
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I assume you are talking about the "Each name that contains a double underscore __ or begins with an underscore followed by an uppercase letter is reserved to the implementation for any use." statement in the linked page. I'll see if I can rename them.
Note, I am planning to wrap up a new release fairly soon, so if you want any more symbol fixes into the next release, it would be nice with a patch implementing clang-tidy in the next few days.
I believe !18 (merged) and !19 (merged) completely fixes this issue. If you want to ensure it do not return, I would most welcome a gitlab CI check for it.