You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to point out that identifiers like "_H_ModuleLight" and "_H_ModuleResource" do not fit to the expected naming convention of the C++ language standard.
Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered:
Addressed in 63e2c96. I'm surprised none of the compilers complained about this. Thanks! I'm always looking to improve standards compliance and general code quality.
I would like to point out that identifiers like "
_H_ModuleLight
" and "_H_ModuleResource
" do not fit to the expected naming convention of the C++ language standard.Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered: