This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/54924] Warn for std::string constructor with wrong size
- From: "david at doublewise dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 14 Oct 2012 18:40:33 +0000
- Subject: [Bug libstdc++/54924] Warn for std::string constructor with wrong size
- Auto-submitted: auto-generated
- References: <bug-54924-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54924
David Stone <david at doublewise dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |david at doublewise dot net
--- Comment #2 from David Stone <david at doublewise dot net> 2012-10-14 18:40:33 UTC ---
Yeah, sorry, I meant the (char const *, size_t) overload, not the (size_t,
char) overload.