Use trailing underscore as constructor suffix
Clang emits “Declaration shadows a field of …” when using the same variable name in the constructor. This commit resolves the warning.
Showing
Please register or sign in to comment
Clang emits “Declaration shadows a field of …” when using the same variable name in the constructor. This commit resolves the warning.