stl_tree.h (rb_tree): Move to...
authorPaolo Carlini <pcarlini@unitus.it>
Fri, 4 Jan 2002 17:02:28 +0000 (18:02 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 4 Jan 2002 17:02:28 +0000 (17:02 +0000)
commit3b007b5d6bcefa3c87a920e834a7b1d0a34f38e5
treeef4219bcfd9e1b5a7f08cc328f044c7aa65ed663
parentb6ec437a14a6a4774e07529aaeaa8879bf379011
stl_tree.h (rb_tree): Move to...

2002-01-04  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/stl_tree.h (rb_tree):  Move to...
* include/ext/rb_tree:  ...here, new file.
        * include/Makefile.am (ext_headers):  Add new file.
        * include/Makefile.in:  Regenerate.
        * include/bits/stl_tempbuf.h (get_temporary_buffer + helper,
return_temporary_buffer, struct temporary_buffer):  Move to...
        * include/ext/memory:  ...here.
        * testsuite/ext/headers.cc:  Include <ext/rb_tree>.
* include/backward/tempbuf.h:  Include <ext/memory>, tweak.
* include/backward/tree.h:  Include <ext/rb_tree), tweak.

From-SVN: r48538
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/backward/tempbuf.h
libstdc++-v3/include/backward/tree.h
libstdc++-v3/include/bits/stl_tempbuf.h
libstdc++-v3/include/bits/stl_tree.h
libstdc++-v3/include/ext/memory
libstdc++-v3/include/ext/rb_tree [new file with mode: 0644]
libstdc++-v3/testsuite/ext/headers.cc