]> git.ipfire.org Git - thirdparty/gcc.git/commit
Intro.3: New 'Allocators' module.
authorPhil Edwards <pme@gcc.gnu.org>
Wed, 19 Dec 2001 21:57:43 +0000 (21:57 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Wed, 19 Dec 2001 21:57:43 +0000 (21:57 +0000)
commit82b61df521d17a96f60e56ede06a55a8894b1c2e
tree20530f0219543c3a5e48fc1f7fe35dca73c78c9b
parent572cd73ac976578951d38adf15c43d4dc9abb299
Intro.3: New 'Allocators' module.

2001-12-19  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/Intro.3:  New 'Allocators' module.
* docs/doxygen/TODO:  Update.
* docs/doxygen/doxygroups.cc:  Update.
* docs/doxygen/run_doxygen:  Update.

* include/bits/stl_alloc.h:  Tweak doxygen hooks in comments.
* include/bits/std_memory.h:  Doxygenate.
* include/bits/stl_iterator_base_types.h:  Likewise.
* include/bits/stl_raw_storage_iter.h:  Likewise.
* include/bits/stl_tempbuf.h:  Likewise.
(get_temporary_buffer):  Remove unused nonstandard overload.
* include/bits/stl_uninitialized.h:  Likewise.

* include/bits/stl_iterator_base_types.h (input_iterator,
output_iterator, forward_iterator, bidirectional_iterator,
random_access_iterator):  Move old names...
* include/backward/iterator.h:  ...to here.
* include/bits/stl_bvector.h:  Update.
* include/ext/stl_rope.h:  Update.

From-SVN: r48185
14 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/Intro.3
libstdc++-v3/docs/doxygen/TODO
libstdc++-v3/docs/doxygen/doxygroups.cc
libstdc++-v3/docs/doxygen/run_doxygen
libstdc++-v3/include/backward/iterator.h
libstdc++-v3/include/bits/std_memory.h
libstdc++-v3/include/bits/stl_alloc.h
libstdc++-v3/include/bits/stl_bvector.h
libstdc++-v3/include/bits/stl_iterator_base_types.h
libstdc++-v3/include/bits/stl_raw_storage_iter.h
libstdc++-v3/include/bits/stl_tempbuf.h
libstdc++-v3/include/bits/stl_uninitialized.h
libstdc++-v3/include/ext/stl_rope.h