This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: STL deque implementation generates scads of warnings
- To: bkoz at cygnus dot com
- Subject: Re: STL deque implementation generates scads of warnings
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Sun, 21 Nov 1999 18:07:04 +0100
- CC: doko at cs dot tu-berlin dot de, gcc-patches at gcc dot gnu dot org, libstdc++ at sourceware dot cygnus dot com, 46720 at bugs dot debian dot org
- References: <Pine.SUN.3.91.991110114118.28624A-100000@rtl.cygnus.com>
> This is indeed a bug, and with the current v-3 as well. Perhaps you could
> send a patch that uses static_casts<size_type>(signed_type) for deque?
I see that a patch for this was approved
(http://egcs.cygnus.com/ml/gcc-patches/1999-11/msg00391.html) but not
installed. Was there any problem with that patch? Otherwise, I'll just
install it.
Regards,
Martin