diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-12-19 21:57:43 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-12-19 21:57:43 +0000 |
commit | 82b61df521d17a96f60e56ede06a55a8894b1c2e (patch) | |
tree | 20530f0219543c3a5e48fc1f7fe35dca73c78c9b /libstdc++-v3/docs/doxygen/TODO | |
parent | 572cd73ac976578951d38adf15c43d4dc9abb299 (diff) | |
download | gcc-82b61df521d17a96f60e56ede06a55a8894b1c2e.zip gcc-82b61df521d17a96f60e56ede06a55a8894b1c2e.tar.gz gcc-82b61df521d17a96f60e56ede06a55a8894b1c2e.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3/docs/doxygen/TODO')
-rw-r--r-- | libstdc++-v3/docs/doxygen/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/doxygen/TODO b/libstdc++-v3/docs/doxygen/TODO index 20f7959..672513e 100644 --- a/libstdc++-v3/docs/doxygen/TODO +++ b/libstdc++-v3/docs/doxygen/TODO @@ -14,7 +14,7 @@ haven't gotten to it yet. It /will/ be done (by somebody, eventually.) c17 FINISHED (Nothing in Clause 17 "exists" in terms of code.) c18 <limits>, Note A c19 Note A -c20 std_memory.h[20.4], rel_ops (should they be doc'd?), Note A +c20 rel_ops (should they be doc'd?), Note A c21 Untouched, Note B c22 Untouched c23 See doxygroups.cc and Note B. |