This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: [Patch] Fix libstdc++/9182
- From: Pétur Runólfsson <peturr02 at ru dot is>
- To: "Paolo Carlini" <pcarlini at unitus dot it>,<libstdc++ at gcc dot gnu dot org>
- Cc: "bkoz" <bkoz at redhat dot com>
- Date: Sun, 2 Mar 2003 11:44:25 -0000
- Subject: RE: [Patch] Fix libstdc++/9182
> Hi,
>
> quite straightworward: just add some error checks.
Does this handle the case when the first call to __cvt.out() in
_M_convert_to_external returns partial and the second call returns
error?
Petur