Shadow data member
Nick Savoiu
savoiu@yahoo.com
Wed Sep 29 20:37:56 GMT 2021
Ok, sorry. I'll ask it on gcc-help.
Nick
On Wed, Sep 29, 2021 at 1:35 PM, Jonathan Wakely<jwakely.gcc@gmail.com> wrote: On Wed, 29 Sept 2021 at 21:34, Nick Savoiu via Gcc <gcc@gcc.gnu.org> wrote:
>
> Should GCC report shadowing on 'valid' for this code?
> Nick
>
> struct S1{ bool valid;};
> struct S2 : public S1{ bool valid;};
> struct S3 : public S2{ bool valid;};
This question belongs on the gcc-help list, not here.
IMHO, this is name hiding, now shadowing.
More information about the Gcc
mailing list