This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] Money_get::do_get appends?!?
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Nathan Myers <ncm at cantrip dot org>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sun, 03 Feb 2002 23:54:12 +0100
- Subject: Re: [RFC] Money_get::do_get appends?!?
- Organization: Università della Tuscia, Viterbo, ITALY
- References: <3C5D9FBF.732203D@unitus.it> <20020203224410.B21265@cantrip.org>
- Reply-to: pcarlini at unitus dot it
Nathan Myers wrote:
>Almost. If it fails, it must leave the string unchanged.
>
Sorry... once more I pressed "enter" to early...
You mean: I can call erase at the beginning and then, if it fails during
the parsing, I must remember to call erase once more before bailing out???
Thanks,
Paolo.