tinyraytracer icon indicating copy to clipboard operation
tinyraytracer copied to clipboard

reserved identifier violation

Open elfring opened this issue 5 years ago • 1 comments

I would like to point out that an identifier like “__GEOMETRY_H__does not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

elfring avatar Jan 24 '19 20:01 elfring

I'd say that the underscores is a minor style issue, whereas the whole file is flawed. It is written in c++98 and it should be rewritten entirely.

ssloy avatar Jan 24 '19 21:01 ssloy