[Bug c++/25316] POD structures can have

2005-12-08 Thread mrs at apple dot com
--- Comment #3 from mrs at apple dot com 2005-12-08 23:53 --- As I said, the prohibition is in 8.5.1 in the definition of aggregate. This is what makes it not a POD. No DR needed, no gcc bug fix needed, the bug was in the Metroworks compiler and in the users understanding. -- http

[Bug c++/25316] POD structures can have

2005-12-08 Thread gdr at integrable-solutions dot net
--- Comment #2 from gdr at integrable-solutions dot net 2005-12-08 22:25 --- Subject: Re: New: POD structures can have "mrs at apple dot com" <[EMAIL PROTECTED]> writes: | A user reported that this: | | mrs $ cat > t98.c | struct X { | int a, b; |

[Bug c++/25316] POD structures can have

2005-12-08 Thread mrs at apple dot com
--- Comment #1 from mrs at apple dot com 2005-12-08 20:51 --- Ah, Geoff found it: The definition of 'aggregate' is in 8.5.1 I new it was there someplace. -- mrs at apple dot com changed: What|Removed |Added -