This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++ PATCH] Deprecate basic_string::insert(iterator)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Doug Gregor <dgregor at apple dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 22 Jul 2003 19:44:16 +0200
- Subject: Re: [libstdc++ PATCH] Deprecate basic_string::insert(iterator)
- Organization: Integrable Solutions
- References: <FBD6EE23-BC6A-11D7-9497-00039354D67A@apple.com>
Doug Gregor <dgregor@apple.com> writes:
| This little patch deprecates the GNU extension that inserts a
| default-constructed character into a string if no character value is
| provided. The same type of extension was deprecated in 3.3 for vector
| et al, but this one was apparently missed.
|
| Tested on powerpc-apple-darwin; no regressions. Okay?
Yes.
I do not see the purpose of the last hunk however.
-- Gaby