Commit cd7894a5 by Benjamin Kosnik Committed by Benjamin Kosnik

std_cctype.h: Remove isblank.


2001-06-09  Benjamin Kosnik  <bkoz@redhat.com>

	* include/c_std/bits/std_cctype.h: Remove isblank.

From-SVN: r43078
parent d5ee5480
2001-06-09 Benjamin Kosnik <bkoz@redhat.com> 2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cctype.h: Remove isblank.
2001-06-09 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc, * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc,
fgetws. fgetws.
* aclocal.m4: Regenerate. * aclocal.m4: Regenerate.
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
// Get rid of those macros defined in <ctype.h> in lieu of real functions. // Get rid of those macros defined in <ctype.h> in lieu of real functions.
#undef isalnum #undef isalnum
#undef isalpha #undef isalpha
#undef isblank
#undef iscntrl #undef iscntrl
#undef isdigit #undef isdigit
#undef isgraph #undef isgraph
...@@ -57,7 +56,6 @@ namespace std ...@@ -57,7 +56,6 @@ namespace std
{ {
using ::isalnum; using ::isalnum;
using ::isalpha; using ::isalpha;
using ::isblank;
using ::iscntrl; using ::iscntrl;
using ::isdigit; using ::isdigit;
using ::isgraph; using ::isgraph;
......
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