This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++ PATCH] Deprecate basic_string::insert(iterator)


On Tuesday, July 22, 2003, at 10:44AM, Gabriel Dos Reis wrote:
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

Nor do I. Checked in without it.


Doug


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]