Topic: map::erase -- double or nothing


Author: Robert Klemme <robert.klemme@myview.de>
Date: 2000/04/18
Raw View
well,

thank you for the hint.  however, the non-void variants are not standard
compliant - which is a nuisance since this would be quite reasonable -
but that's the way it is.

regards

 robert


"P.J. Plauger" schrieb:
>
> Robert Klemme wrote:
>
> > btw: does anybody know of a more std compliant implementation of the
> > STL that works with egcs 1.1.2 than the one distributed with that
> > release? (unfortunately this version does only implement the last
> > one correctly while the other two "return" 'void'.  grrrr!)
>
> Well, you can now get the Dinkum C/C++ Library packaged for GCC under
> Linux. You can trade in your void returns for iterator returns. Whether
> that is more compliant is the topic of a separate thread.

--
Robert Klemme
Software Engineer
-------------------------------------------------------------
myview technologies GmbH & Co. KG
Riemekestra   e 160 ~ D-33106 Paderborn ~ Germany
E-Mail: mailto:robert.klemme@myview.de
Telefon: +49/5251/69090-321 ~ Fax: +49/5251/69090-399
-------------------------------------------------------------

---
[ 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://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: "P.J. Plauger" <pjp@plauger.com>
Date: 2000/04/14
Raw View
Robert Klemme wrote:

> btw: does anybody know of a more std compliant implementation of the
> STL that works with egcs 1.1.2 than the one distributed with that
> release? (unfortunately this version does only implement the last
> one correctly while the other two "return" 'void'.  grrrr!)

Well, you can now get the Dinkum C/C++ Library packaged for GCC under
Linux. You can trade in your void returns for iterator returns. Whether
that is more compliant is the topic of a separate thread.

--
P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com


Sent via Deja.com http://www.deja.com/
Before you buy.

---
[ 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://reality.sgi.com/austern_mti/std-c++/faq.html              ]