Commit 4440f5b5 by David Edelsohn Committed by David Edelsohn

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
parent a67bac5f
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.
......
......@@ -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()
......
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment