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 “__initialize_egl_h__” and “__wpe_fdo_h__” 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:
While this is not a pressing issue, I agree that we should avoid using reserved identifiers with leading underscores where possible and it would be a good cleanup to do at some point.
In the case of headers, it would be even better to replace the guards with #pragma once and avoid the issue of needing identifiers for the guards altogether.
I would like to point out that identifiers like “
__initialize_egl_h__
” and “__wpe_fdo_h__
” 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: