This is the mail archive of the
libstdc++-prs@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++/105
- To: nobody at sourceware dot cygnus dot com
- Subject: Re: libstdc++/105
- From: pme at sourceware dot cygnus dot com
- Date: 2 Feb 2001 22:27:00 -0000
- Cc: libstdc++-prs at sourceware dot cygnus dot com,
- Reply-To: pme at sourceware dot cygnus dot com
The following reply was made to PR libstdc++/105; it has been noted by GNATS.
From: pme@sourceware.cygnus.com
To: libstdc++-gnats@sourceware.cygnus.com, nobody@sourceware.cygnus.com,
schmid@snake.iap.physik.tu-darmstadt.de
Cc:
Subject: Re: libstdc++/105
Date: 2 Feb 2001 22:18:33 -0000
Synopsis: EOF is not processed when reading numbers, typing ^D has no effect
State-Changed-From-To: open->closed
State-Changed-By: pme
State-Changed-When: Fri Feb 2 14:18:33 2001
State-Changed-Why:
Thank you for your bug report.
Using current CVS,
14% g++ o105.cc
15% ./a.out
3.2
1.2 0.8
3333
2.2<EOF>
sum: 3340.4
16%
so it appears this is working.
http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=105&database=libstdc++