[Bug libstdc++/56627] class hash instead of struct hash

2013-03-16 Thread andreas.hansson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56627 --- Comment #6 from ahansson 2013-03-16 12:01:39 UTC --- (In reply to comment #4) > I'm happy to fix things in libstdc++ that are broken and cause real problems > for clang users, but this is correct C++ and causes a spurious warning. Not

[Bug libstdc++/56627] class hash instead of struct hash

2013-03-15 Thread andreas.hansson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56627 --- Comment #2 from ahansson 2013-03-15 21:04:01 UTC --- (In reply to comment #1) > In C++, class and struct are interchangeable. Agreed. Technically the code is ok, and in line with the language standard. However, as at least one of

[Bug libstdc++/56627] New: class hash instead of struct hash

2013-03-15 Thread andreas.hansson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56627 Bug #: 56627 Summary: class hash instead of struct hash Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Prior