Shadow data member

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;};




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux