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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4440f5b597e8f08058628b15a585c363179b5f71;p=gcc.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 10791e4e6b8..ea8571c2ba0 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 ede3dbcd28e..465e67aeb72 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 8fe5fd367d1..e675c8db029 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()