This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: Update on some PRs I'm working on


On Wed, Mar 05, 2003 at 02:55:40PM +0100, Paolo Carlini wrote:
> P?tur Run?lfsson wrote:
> >The best fix for underflow() is probably to add
> >
> >if (gptr() < egptr())
> > return *gptr();
> >
> (this vaguely reminds me page 678 of Josuttis ;)

It's amazing how many bugs are in section 13.13.3.

Nathan Myers
ncm-nospam at cantrip dot org


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