From: David Edelsohn Date: Sat, 12 Apr 2003 21:13:12 +0000 (+0000) Subject: 3983-fstream.cc: Change basic_streambuf instantiation to "unsigned char". X-Git-Tag: releases/gcc-3.4.0~7334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4440f5b597e8f08058628b15a585c363179b5f71;p=thirdparty%2Fgcc.git 3983-fstream.cc: Change basic_streambuf instantiation to "unsigned char". * 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 10791e4e6b85..ea8571c2ba05 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2003-04-12 David Edelsohn + + * 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 Remove _M_buf_size_opt, use directly _M_buf_size instead. diff --git a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc index ede3dbcd28e7..465e67aeb725 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc @@ -182,8 +182,8 @@ template std::basic_string::_Rep::_S_terminal; template - std::basic_streambuf::int_type - std::basic_streambuf::_S_pback_size; + std::basic_streambuf::int_type + std::basic_streambuf::_S_pback_size; #endif int main() diff --git a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc index 8fe5fd367d1e..e675c8db0296 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc @@ -153,8 +153,8 @@ template std::basic_string::_Rep::_S_terminal; template - std::basic_streambuf::int_type - std::basic_streambuf::_S_pback_size; + std::basic_streambuf::int_type + std::basic_streambuf::_S_pback_size; #endif int main()