This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: STL allocator cleanup, part 1


Matt Austern <austern@apple.com> writes:

| I mentioned a few weeks ago that I was working on cleaning up the use
| of allocators in the STL part of libstdc++.  This is a patch for the
| first part of that work, to give people a better idea of where I'm
| planning to go.  This part is complete in itself, and I've tested it
| on Linux (I've verified that it doesn't break the libstdc++ or libjava
| build on Linux and that it doesn't introduce libstdc++ regressions),
| so first of all: OK to commit to mainline?

[...]

| type.)  This does mean that some users will have to fix their code,
| but that doesn't bother me very much.  Explicit use of allocators is
| not for the naive user.  Anyone sophisticated enough to want to use
| allocators at all is sophisticated enough to use them correctly.

Any steps to simply the codes there is OK with me.  I guess this is an
ABI that should be documented?

-- Gaby


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