[Bug c++/40192] [4.4/4.5 Regression] Unable to use std::vector with typedef'd array types
jeff at schwabcenter dot com
gcc-bugzilla@gcc.gnu.org
Tue May 19 17:09:00 GMT 2009
------- Comment #7 from jeff at schwabcenter dot com 2009-05-19 17:09 -------
I understand the desire for backward compatibility, but are the semantics
actually the same? Are the vector values arrays, or do they decay to pointers?
Section 23.1 says standard container elements have to be CopyConstructible and
assignable, but raw arrays are neither.
Is there at least some flag to re-enable the diagnostic? If you're saying this
is a necessary evil for reasons of backward compatibility, then I understand,
but in my opinion, this is a step backward that will confuse newcomers like
Brian and hurt cross-compatibility. Speaking strictly as a GCC user, I don't
see any reason to reduce the compiler's ability to deduce an obvious mistake
with ill-defined semantics.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40192
More information about the Gcc-bugs
mailing list