This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[FYI] Reversion of the fix for libstdc++/19495
- From: Paolo Carlini <pcarlini at suse dot de>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 28 May 2005 23:09:18 +0200
- Subject: [FYI] Reversion of the fix for libstdc++/19495
Hi,
sadly, I'm going to revert from mainline the fix for this basic_string
issue. In principle it's ok, decently clean and safe wrt the library ABI
proper. However, it's *not* 100% safe wrt interoperability between
object modules compiled with different v6 releases, because the memory
allocation strategy changes (considering all the possible cases,
inlining/not inlining, also types != char, wchar_t, etc.)
I will add it to the reference-counted base class of v7 basic_string.
Paolo.