This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch 3.0.1] Missing codecvt:: qualifier
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Subject: Re: [Patch 3.0.1] Missing codecvt:: qualifier
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 01 Aug 2001 22:58:11 +0200
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, 104614-quiet at bugs dot debian dot org
- Organization: CodeSourcery, LLC
- References: <15208.27183.800734.75306@gargle.gargle.HOWL>
Matthias Klose <doko@cs.tu-berlin.de> writes:
| Try the following little program:
|
| typedef int error;
| #include <iostream>
|
| It fails because in codecvt.h there is a statement __ret = error;
OK. It should go on mainline as well.
-- Gaby