Re: anonymous struct problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi Ben,
ISO/IEC 14882 (the C++ specification) prohibits anonymous structs.
I suspect that MS and CW are not compliant.
MS and CW may consider it an extension, but it makes your code C++-ish
instead of C++.
I recommend avoiding that coding practice.
--Eljay
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]