OSDN Git Service

2001-12-19 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Dec 2001 21:57:43 +0000 (21:57 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Dec 2001 21:57:43 +0000 (21:57 +0000)
commit83f6a58075cced8b3b5bd848de2366d4a4e2c018
tree20530f0219543c3a5e48fc1f7fe35dca73c78c9b
parent5814e2616d7f74f77aa91789035a101942ad68f9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48185 138bc75d-0d04-0410-961f-82ee72b054a4
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