Commit 4073aad5 by Benjamin Kosnik Committed by Benjamin Kosnik

misc-inst.cc (__copy_streambufs): Fix typo for alpha.


2001-03-03  Benjamin Kosnik  <bkoz@redhat.com>

	* src/misc-inst.cc (__copy_streambufs): Fix typo for alpha.

From-SVN: r40208
parent e7f4d38a
2001-03-03 Benjamin Kosnik <bkoz@redhat.com>
* src/misc-inst.cc (__copy_streambufs): Fix typo for alpha.
2001-03-02 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> 2001-03-02 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* include/bits/istream.tcc: change type of __extracted to __size_type * include/bits/istream.tcc: change type of __extracted to __size_type
......
...@@ -295,14 +295,12 @@ namespace std { ...@@ -295,14 +295,12 @@ namespace std {
template template
streamsize streamsize
__copy_streambufs(basic_ios<char>&, __copy_streambufs(basic_ios<char>&, basic_streambuf<char>*,
basic_streambuf<char>*,
basic_streambuf<char>*); basic_streambuf<char>*);
#ifdef _GLIBCPP_USE_WCHAR_T #ifdef _GLIBCPP_USE_WCHAR_T
template template
int streamsize
__copy_streambufs(basic_ios<wchar_t>&, __copy_streambufs(basic_ios<wchar_t>&, basic_streambuf<wchar_t>*,
basic_streambuf<wchar_t>*,
basic_streambuf<wchar_t>*); basic_streambuf<wchar_t>*);
#endif #endif
} //std } //std
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