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: [libstdc++] PATCH: STL allocator cleanup, part 1


Matt Austern <austern@apple.com> writes:

[...]

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

oops, missing "change".

| 
| I'm probably missing something.  What kind of documentation do you
| have in mind?

These hunks

+     _Tp** _M_map;
+     size_t _M_map_size;


+       _Tp*           _M_start;
+       _Tp*           _M_finish;
+       _Tp*           _M_end_of_storage;

seem to be data member addition to me.  Am I missing something?

-- Gaby


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