------- Comment #2 from jakub at gcc dot gnu dot org 2008-04-02 17:17 ------- IMNSHO this is invalid. [lib.support.types]/5 says the first argument must be a POD structure or POD union, but struct A isn't POD structure because of the reference in it.
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-valid-code |ice-on-invalid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35741