This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
ext/ names (was: re:[PATCH] HP/SGI extensions to...)
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: bkoz at redhat dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 03 Jan 2002 19:32:57 +0100
- Subject: ext/ names (was: re:[PATCH] HP/SGI extensions to...)
>> this is the next round. In fact we are almost done, only a few bits belonging
to
>> stl_tempbuf.h and stl_tree.h still are to be dealt with. Do you have any
>> particula suggestion for the most suited ext/ name? Perhaps ext/misc ?
>
>maybe ext/tree?
Ok.
But what about the stuff coming from stl_tempbuf.h?
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?
Cheers,
Paolo.