]> gcc.gnu.org Git - gcc.git/commitdiff
istream.tcc (basic_istream::ignore): Use sbumpc, not snextc.
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 9 Aug 2002 06:00:46 +0000 (06:00 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 9 Aug 2002 06:00:46 +0000 (06:00 +0000)
2002-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
            Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/istream.tcc (basic_istream::ignore): Use sbumpc,
not snextc.
* testsuite/27_io/narrow_stream_objects.cc (test10): Add.

From-SVN: r56154

libstdc++-v3/testsuite/27_io/narrow_stream_objects.cc

index 0ee1fce5bfa6b3fa9ebc50b26513325cb0cf3182..f395641a06d5ec21977d449093083d22cb959cf6 100644 (file)
@@ -66,8 +66,7 @@
 #include <cstdlib>
 #include <cstring>
 #include <ctime>
 #include <cstdlib>
 #include <cstring>
 #include <ctime>
-//#include <testsuite_hooks.h>
-#define VERIFY(x) x
+#include <testsuite_hooks.h>
 
 // Include iostream last, just to make is as difficult as possible to
 // properly initialize the standard iostream objects.
 
 // Include iostream last, just to make is as difficult as possible to
 // properly initialize the standard iostream objects.
This page took 0.060137 seconds and 5 git commands to generate.