aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-03-08 15:04:11 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-03-08 15:04:11 +0000
commit1d4eb925b93b85ffc9866edd2d889930b33ef1b4 (patch)
tree02929be6ab42e6d7e365452b044c2b780281dec6 /libstdc++-v3/docs/html
parentf1c89270e5d53efe52a6ee176a86224d60043047 (diff)
downloadgcc-1d4eb925b93b85ffc9866edd2d889930b33ef1b4.zip
gcc-1d4eb925b93b85ffc9866edd2d889930b33ef1b4.tar.gz
gcc-1d4eb925b93b85ffc9866edd2d889930b33ef1b4.tar.bz2
howto.html: Add entry for DR 103 [WP].
2004-03-08 Paolo Carlini <pcarlini@suse.de> * docs/html/ext/howto.html: Add entry for DR 103 [WP]. * include/bits/stl_multiset.h: Add comment about DR 103. * include/bits/stl_set.h: Likewise. From-SVN: r79114
Diffstat (limited to 'libstdc++-v3/docs/html')
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index 41fe10b..682b34e 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -295,6 +295,15 @@
not required to set <code>gcount</code>).
</dd>
+ <dt><a href="lwg-defects.html#103">103</a>:
+ <em>set::iterator is required to be modifiable, but this allows
+ modification of keys.</em>
+ </dt>
+ <dd>For associative containers where the value type is the same as
+ the key type, both <code>iterator</code> and <code>const_iterator
+ </code> are constant iterators.
+ </dd>
+
<dt><a href="lwg-defects.html#109">109</a>:
<em>Missing binders for non-const sequence elements</em>
</dt>