[Bug libstdc++/65114] char_traits::copy violates memcpy constraints, own postcondition
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 19 09:13:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65114
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-02-19
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
PR65049 is another case where I wonder if char_traits members should be more
consistent with the C memxxx() functions than currently specified, i.e. should
have the same preconditions as the C functions.
More information about the Gcc-bugs
mailing list