locale.cc (moneypunct_byname): Remove definitions.

2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>

	* src/locale.cc (moneypunct_byname): Remove definitions.
	* include/std/std_streambuf.h (streambuf::operator=): Return.

From-SVN: r49799
This commit is contained in:
Benjamin Kosnik 2002-02-16 00:50:58 +00:00 committed by Benjamin Kosnik
parent a32e3c097e
commit c7bbe0c45e
3 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2002-02-15 Benjamin Kosnik <bkoz@redhat.com>
* src/locale.cc (moneypunct_byname): Remove definitions.
* include/std/std_streambuf.h (streambuf::operator=): Return.
2002-02-15 Benjamin Kosnik <bkoz@redhat.com>
Tune for size.

View File

@ -523,7 +523,7 @@ namespace std
basic_streambuf(const __streambuf_type&) { };
__streambuf_type&
operator=(const __streambuf_type&) { };
operator=(const __streambuf_type&) { return *this; };
#endif
};
} // namespace std

View File

@ -581,14 +581,4 @@ namespace std
*__fptr++ = __mod;
*__fptr = '\0';
}
template<>
moneypunct_byname<char, false>::moneypunct_byname(const char*,
size_t __refs)
: moneypunct<char, false>(__refs) { }
template<>
moneypunct_byname<char, true>::moneypunct_byname(const char*,
size_t __refs)
: moneypunct<char, true>(__refs) { }
} // namespace std