This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: num_get<>::do_get patch (fixed version)




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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]