mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
73da19bbb6
commit
0c2cc7b37a
|
|
@ -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>
|
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/1.cc: Clean up.
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,6 @@ namespace std
|
||||||
* @param Facet The facet type to test the presence of.
|
* @param Facet The facet type to test the presence of.
|
||||||
* @param locale The locale to test.
|
* @param locale The locale to test.
|
||||||
* @return true if locale contains a facet of type Facet, else false.
|
* @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>
|
template<typename _Facet>
|
||||||
inline bool
|
inline bool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue