From 08addde65f43c677034228e6f8ed3577ec7489f1 Mon Sep 17 00:00:00 2001
From: Phil Edwards
Date: Tue, 10 Jun 2003 21:52:25 +0000
Subject: BUGS: Update from 2.90.8 snapshot.
2003-06-10 Phil Edwards
* docs/html/17_intro/BUGS: Update from 2.90.8 snapshot.
* docs/html/17_intro/CHECKLIST: Bring up to date with respect to
correctness of container::iterator typedefs. Fix whitespace.
* docs/html/20_util/howto.html, docs/html/ext/howto.html: Add links
to allocator docs.
* docs/html/documentation.html: Regenerate.
* include/bits/basic_string.h, include/bits/basic_string.tcc,
include/bits/deque.tcc, include/bits/list.tcc, include/bits/stl_algo.h,
include/bits/stl_algobase.h, include/bits/stl_bvector.h,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_uninitialized.h,
include/bits/stl_vector.h, include/bits/vector.tcc,
include/ext/algorithm, include/ext/slist, include/std/std_bitset.h:
Change _Iter names to _Iterator, and __pos to __position.
* include/bits/stl_relops.h, include/bits/stl_numeric.h,
include/bits/stl_multiset.h, include/bits/stl_set.h:
Remove emacs markers.
* include/bits/stl_threads.h (_STL_auto_lock): Add __unused__.
From-SVN: r67736
---
libstdc++-v3/docs/html/ext/howto.html | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
(limited to 'libstdc++-v3/docs/html/ext')
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index 1fa80ad..3289619 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -41,8 +41,8 @@
-
+
Thread-safety, space efficiency, high speed, portability... this is a
mess. Where to begin?
@@ -361,9 +361,14 @@
-
+
Changes are coming...
+ If you plan on writing your own allocators,
+ source documentation is
+ available. You'll need to get the "maintainers" collection
+ in order to see the helper classes and extra notes.
+
Return to top of page or
to the FAQ.
--
cgit v1.1