[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [cxx-abi-dev] What is a POD? TC1 or first C++ Standard
- To: Dennis Handly <dhandly@xxxxxxxxxx>
- Subject: Re: [cxx-abi-dev] What is a POD? TC1 or first C++ Standard
- From: Gabriel Dos Reis <gdr@xxxxxxxxxxx>
- Date: 24 Sep 2004 00:06:17 -0500
Dennis Handly <dhandly@xxxxxxxxxx> writes:
| >From: Gabriel Dos Reis <gdr@xxxxxxxxxxx>
| >And it would appear to users very counter-intuitive and confusing if
| >pointer-to-members were treated very differently from other PODs.
|
| I wouldn't think so. It was there in black and white saying they are
| not PODs, 9(4). ;-)
I mean from C++ programmers point of view -- since the standard has
been corrected. And if the standard was changed, it did not match
users expectations :-)
| Probably because they are not available in C.
Yes, but "POD" was defined as a more or less good approximation of
what C provides. It turned about that that did not catch what
people would expect to be treated as POD (hence, the proliferation of
variations, e.g. "nearly POD type", "enhanced POD type", etc.)
-- Gaby
|