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: [Patch/RFC] libstdc++/19495


Paolo, I think this is reasonable.

> For 4.1, or when the ABI can change, anyway, we can consider changing
> basic_string to make use of memory aligned only as CharT requires, not
> more, but, for the time being, the below seems to me a viable approach...
> 
> Opinions? Disagreements?

For so_7, we really need to come up with some changes for std::string.

For one, we have to have link-time differences for various Reps. It's
the only way we are going to be able to do shared allocation strings.

Anyway.

-benjamin


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