This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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)


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


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