From 1d4eb925b93b85ffc9866edd2d889930b33ef1b4 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 8 Mar 2004 15:04:11 +0000 Subject: howto.html: Add entry for DR 103 [WP]. 2004-03-08 Paolo Carlini * 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 --- libstdc++-v3/docs/html/ext/howto.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libstdc++-v3/docs/html') 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 gcount). +
103: + set::iterator is required to be modifiable, but this allows + modification of keys. +
+
For associative containers where the value type is the same as + the key type, both iterator and const_iterator + are constant iterators. +
+
109: Missing binders for non-const sequence elements
-- cgit v1.1