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: Branko Cibej <branko.cibej@hermes.si>
- Subject: Re: num_get<>::do_get patch (fixed version)
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Wed, 28 Apr 1999 18:52:17 -0700 (PDT)
- cc: kabatek@chemie.uni-halle.de, libstdc++@sourceware.cygnus.com
> itself is not const, so he can assign to it as many times as he likes. I see
> nothing wrong with the patch in that regard.
Right. After closer scrutiny, I checked it in as originally proposed, just
adding the "l" length modifier for doubles.
-Benjamin