]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/Makefile.am
stl_alloc.h: Cleanups.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 6 Jun 2003 15:50:28 +0000 (15:50 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 6 Jun 2003 15:50:28 +0000 (15:50 +0000)
commitb2acb86f5b67be421dbd9b8d90238f26c3b42448
tree5e4a19a16ece761c718d5e8ef56f353f2ffd46ac
parent744f6f0984e3b00f2dc1d451087543526e1cc672
stl_alloc.h: Cleanups.

2003-06-06  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/stl_alloc.h: Cleanups.
* include/ext/functional: Same.
* include/ext/hash_map: Same.
* include/ext/hash_set: Same.
* include/ext/iterator: Same.
* include/ext/memory: Same.
* include/ext/numeric: Same.
* include/ext/rb_tree: Same.
* include/ext/ropeimpl.h: Same.
* include/ext/slist: Same.
* include/ext/stdio_filebuf.h: Same.
* include/ext/stdio_sync_filebuf.h: Same.
* include/ext/stl_rope.h: Move to...
* include/ext/rope: ...here.
* include/ext/stl_hash_fun.h: Move to...
* include/ext/hash_fun.h: ...here.
* include/ext/stl_hashtable.h: Move to...
* include/ext/hashtable.h: ...here.
* include/backward/hashtable.h: Reflect new names.
* include/Makefile.am: Same.
* include/Makefile.in: Regenerated.

From-SVN: r67551
20 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/backward/hashtable.h
libstdc++-v3/include/bits/stl_alloc.h
libstdc++-v3/include/ext/functional
libstdc++-v3/include/ext/hash_fun.h [moved from libstdc++-v3/include/ext/stl_hash_fun.h with 64% similarity]
libstdc++-v3/include/ext/hash_map
libstdc++-v3/include/ext/hash_set
libstdc++-v3/include/ext/hashtable.h [moved from libstdc++-v3/include/ext/stl_hashtable.h with 97% similarity]
libstdc++-v3/include/ext/iterator
libstdc++-v3/include/ext/memory
libstdc++-v3/include/ext/numeric
libstdc++-v3/include/ext/rb_tree
libstdc++-v3/include/ext/rope
libstdc++-v3/include/ext/ropeimpl.h
libstdc++-v3/include/ext/slist
libstdc++-v3/include/ext/stdio_filebuf.h
libstdc++-v3/include/ext/stdio_sync_filebuf.h
libstdc++-v3/include/ext/stl_rope.h [deleted file]