diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-09 19:10:47 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-09 19:10:47 +0000 |
commit | b72bdac58ca5c2519330742095abf4dbfe9262d7 (patch) | |
tree | 52731a71c4fb718caf169d3b2dbf3110726f97e1 /libstdc++-v3 | |
parent | 0be20f8aeee56cfb9021122ebc631c88988a944e (diff) | |
download | gcc-b72bdac58ca5c2519330742095abf4dbfe9262d7.tar.gz |
2008-01-09 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/api.html: Fix markup for rope.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131432 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/17_intro/api.html | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 81fc6f04e88..842ce0b138a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2008-01-09 Benjamin Kosnik <bkoz@redhat.com> + + * docs/html/17_intro/api.html: Fix markup for rope.h. + 2008-01-09 Paolo Carlini <pcarlini@suse.de> * include/parallel/iterator.h: Reformat to 80 columns; adjust some diff --git a/libstdc++-v3/docs/html/17_intro/api.html b/libstdc++-v3/docs/html/17_intro/api.html index 983d044b7c9..1d1e36d90d2 100644 --- a/libstdc++-v3/docs/html/17_intro/api.html +++ b/libstdc++-v3/docs/html/17_intro/api.html @@ -234,8 +234,7 @@ Backward include edit. <li> Removed: <algobase.h> <algo.h> <alloc.h> <bvector.h> <complex.h> defalloc.h> <deque.h> <fstream.h> <function.h> <hash_map.h> <hash_set.h> hashtable.h> <heap.h> <iomanip.h> <iostream.h> <istream.h> <iterator.h> -list.h> <map.h> <multimap.h> <multiset.h> <new.h> <ostream.h> <pair.h> <queue.h> -rope.h> <set.h> <slist.h> <stack.h> <streambuf.h> <stream.h> <tempbuf.h> +list.h> <map.h> <multimap.h> <multiset.h> <new.h> <ostream.h> <pair.h> <queue.h> <rope.h> <set.h> <slist.h> <stack.h> <streambuf.h> <stream.h> <tempbuf.h> <tree.h> <vector.h> </li> <li> Added: <hash_map> and <hash_set></li> |