 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Joe Gottman Guest
|
Posted: Tue May 10, 2005 2:32 pm Post subject: Defect Report: Error in proposed resolution of Library issue |
|
|
[ Forwarded to C++ Committee -sdc ]
The proposed resolution to Library Issue 371 contains a typo. This issue
concerns the stability of the insert and erase member functions of multiset
and multimap. But the proposed resolution does not mention multiset and
multimap; it mentions set and map instead. It says the following:
Add the following to the end of 23.1.2 [lib.associative.reqmts]
paragraph 4: "For set and map, insert and erase are stable: they preserve
the relative ordering of equivalent elements
This does not address the original defect report. Also, it is irrelevant,
as set and map cannot contain equivalent elements.
Joe Gottman
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
Howard Hinnant Guest
|
Posted: Wed May 11, 2005 8:59 pm Post subject: Re: Defect Report: Error in proposed resolution of Library i |
|
|
In article <pMWfe.21988$vi2.602205 (AT) twister (DOT) southeast.rr.com>,
Joe Gottman <jgottman (AT) carolina (DOT) rr.com> wrote:
| Quote: | [ Forwarded to C++ Committee -sdc ]
The proposed resolution to Library Issue 371 contains a typo. This issue
concerns the stability of the insert and erase member functions of multiset
and multimap. But the proposed resolution does not mention multiset and
multimap; it mentions set and map instead. It says the following:
Add the following to the end of 23.1.2 [lib.associative.reqmts]
paragraph 4: "For set and map, insert and erase are stable: they preserve
the relative ordering of equivalent elements
This does not address the original defect report. Also, it is irrelevant,
as set and map cannot contain equivalent elements.
|
Your concerns have been noted (and thanks). Note that N1780 also
addresses this issue and suggests alternative wording (which has not yet
been reviewed).
-Howard
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|