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] | |
Then what about the rest, all the other things we want to change in the new ABI? There are C++11 related changes (eg, that additional virtual in time) + old issues we finally would be able to fix + things that in a new ABI we would have the leeway to do better.
I'm not sure to understand whether, as I thought, for 4.9 we really want to globally break the ABI by default.
On top of that providing some header-only older versions (of eg, std::list) seem easy, otherwise we would have to maintain forever two different ABIs at the same time, thus two different versions of a large portion (consider the interactions with locale too) of the library at the same time, something we never even attempted (personally I'm not sure I want to be a pioneer in this area ;)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |