3983-fstream.cc: Change basic_streambuf instantiation to "unsigned char".
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 12 Apr 2003 21:13:12 +0000 (21:13 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 12 Apr 2003 21:13:12 +0000 (17:13 -0400)
        * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
        Change basic_streambuf instantiation to "unsigned char".
        * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.

From-SVN: r65526

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc

index 10791e4e6b855f4b6dd18dd11d36253d12594909..ea8571c2ba058415da1ddf41cb032a2f9bdf95ed 100644 (file)
@@ -1,3 +1,9 @@
+2003-04-12  David Edelsohn  <edelsohn@gnu.org>
+
+       * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
+       Change basic_streambuf instantiation to "unsigned char".
+       * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
+
 2003-04-12  Paolo Carlini  <pcarlini@unitus.it>
 
        Remove _M_buf_size_opt, use directly _M_buf_size instead.
index ede3dbcd28e757f376befd330317b66510c4aef0..465e67aeb7251b0c39b00cd0771078e991f3907a 100644 (file)
@@ -182,8 +182,8 @@ template
   std::basic_string<unsigned char>::_Rep::_S_terminal;
 
 template
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
+  std::basic_streambuf<unsigned char>::int_type
+  std::basic_streambuf<unsigned char>::_S_pback_size;
 #endif
 
 int main()
index 8fe5fd367d1ea424976b74f67ff814ed60b0d413..e675c8db0296d6342226cf1946226fd37e63d799 100644 (file)
@@ -153,8 +153,8 @@ template
   std::basic_string<unsigned char>::_Rep::_S_terminal;
 
 template
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
+  std::basic_streambuf<unsigned char>::int_type
+  std::basic_streambuf<unsigned char>::_S_pback_size;
 #endif
 
 int main()