locale_facets.tcc: Tweak the comment preceding has_facet: doesn't throw.

2004-03-06  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.tcc: Tweak the comment preceding
	has_facet: doesn't throw.

From-SVN: r79022
This commit is contained in:
Paolo Carlini 2004-03-06 16:55:28 +00:00 committed by Paolo Carlini
parent 73da19bbb6
commit 0c2cc7b37a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-03-06 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc: Tweak the comment preceding
has_facet: doesn't throw.
2004-03-06 Paolo Carlini <pcarlini@suse.de>
* testsuite/22_locale/money_get/get/char/1.cc: Clean up.

View File

@ -79,7 +79,6 @@ namespace std
* @param Facet The facet type to test the presence of.
* @param locale The locale to test.
* @return true if locale contains a facet of type Facet, else false.
* @throw std::bad_cast if locale doesn't contain the facet.
*/
template<typename _Facet>
inline bool