*** empty log message ***

From-SVN: r37169
This commit is contained in:
Benjamin Kosnik 2000-10-31 22:33:26 +00:00 committed by Benjamin Kosnik
parent e201b0a7e9
commit 49ba75d20e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-10-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* include/c/bits/std_cwctype.h: Add more undefs.
2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
* include/bits/std_complex.h (norm): Forward declare.

View File

@ -54,6 +54,10 @@
#undef iswupper
#undef iswxdigit
#undef iswctype
#undef towlower
#undef towupper
#undef towctrans
#undef wctrans
namespace std
{