This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] libstdc++/23425
Howard Hinnant wrote:
[...]
> I encourage you to go ahead with _M_erase_at_end/_M_erase_at_begin.
> If we are going to change the size at all, it couldn't be until v7
> anyway.
Shish, a lot of interesting (and nasty;) issues! Thanks!
Then, I will do what you suggest: a first light handed pass over the
most obvious things, then, as a follow-up project, likely assigned to
you or under your supervision, we can address memory usage and so on. As
you say, that has to wait for v7 anyway, therefore better testing and
merging to mainline first the safe bits.
Needless to say, I will file an enhancement PR keeping your precious
suggestions.
Paolo.