This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: num_get<>::do_get patch (fixed version)
- To: kabatek@chemie.uni-halle.de
- Subject: Re: num_get<>::do_get patch (fixed version)
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Fri, 23 Apr 1999 19:43:11 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
Ryzard,
You need to do an initialization for the string literal, not an
assignment.
const char __conv[] = "%ho";
should work. Also, can you please re-send your patch, and base your diffs
on the CVS sources? I could not apply your last patch.
Thanks,
Benjamin