Commit 0c2cc7b3 by Paolo Carlini Committed by Paolo Carlini

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
parent 73da19bb
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.
* testsuite/22_locale/money_get/get/char/2.cc: Likewise.
* testsuite/22_locale/money_get/get/char/3.cc: Likewise.
......
......@@ -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
......
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