This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: ext/ names (was: re:[PATCH] HP/SGI extensions to...)
On Thu, Jan 03, 2002 at 02:55:50PM -0500, Phil Edwards wrote:
> On Thu, Jan 03, 2002 at 07:32:57PM +0100, Paolo Carlini wrote:
> > Overall this is what we are going to move apart:
> > - From stl_tempbuf.h: get_temporary_buffer, __get_temporary_buffer,
> > return_temporary_buffer, struct temporary_buffer
> > - From stl_tree.h: struct rb_tree
> >
> > Two different ext files? ext/tree and ext/tempbuf perhaps?
>
> - suggest ext/memory for the tempbuf stuff. That's where users got it
> before.
If the tempbuf stuff is from the old STL, they got it from a ".h" file.
I suggest ext/memory.h.
> - more than one kind of "tree" is possible (even though we only have
> one right now). Suggest ext/rb_tree for that, or something else which
> makes it clear what kind of tree is being implemented.
How about ext/rb_tree.h, then?
Hiding the fact that they're header files doesn't help users.
Nathan Myers
ncm@cantrip.org