From 4440f5b597e8f08058628b15a585c363179b5f71 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 12 Apr 2003 21:13:12 +0000 Subject: 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 --- libstdc++-v3/ChangeLog | 6 ++++++ .../testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc | 4 ++-- .../testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 10791e4..ea8571c 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 ede3dbc..465e67a 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 8fe5fd3..e675c8d 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() -- cgit v1.1