summaryrefslogtreecommitdiff
path: root/boost/compatibility
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
commit1a78a62555be32868418fe52f8e330c9d0f95d5a (patch)
treed3765a80e7d3b9640ec2e930743630cd6b9fce2b /boost/compatibility
downloadboost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.gz
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.bz2
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.zip
Imported Upstream version 1.49.0upstream/1.49.0
Diffstat (limited to 'boost/compatibility')
-rw-r--r--boost/compatibility/cpp_c_headers/cassert10
-rw-r--r--boost/compatibility/cpp_c_headers/cctype26
-rw-r--r--boost/compatibility/cpp_c_headers/cerrno10
-rw-r--r--boost/compatibility/cpp_c_headers/cfloat10
-rw-r--r--boost/compatibility/cpp_c_headers/climits10
-rw-r--r--boost/compatibility/cpp_c_headers/clocale16
-rw-r--r--boost/compatibility/cpp_c_headers/cmath35
-rw-r--r--boost/compatibility/cpp_c_headers/csetjmp15
-rw-r--r--boost/compatibility/cpp_c_headers/csignal16
-rw-r--r--boost/compatibility/cpp_c_headers/cstdarg14
-rw-r--r--boost/compatibility/cpp_c_headers/cstddef15
-rw-r--r--boost/compatibility/cpp_c_headers/cstdio57
-rw-r--r--boost/compatibility/cpp_c_headers/cstdlib43
-rw-r--r--boost/compatibility/cpp_c_headers/cstring36
-rw-r--r--boost/compatibility/cpp_c_headers/ctime26
-rw-r--r--boost/compatibility/cpp_c_headers/cwchar156
-rw-r--r--boost/compatibility/cpp_c_headers/cwctype39
17 files changed, 534 insertions, 0 deletions
diff --git a/boost/compatibility/cpp_c_headers/cassert b/boost/compatibility/cpp_c_headers/cassert
new file mode 100644
index 0000000000..5bc7329dde
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cassert
@@ -0,0 +1,10 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CASSERT_HEADER
+#define __CASSERT_HEADER
+
+#include <assert.h>
+
+#endif // CASSERT_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cctype b/boost/compatibility/cpp_c_headers/cctype
new file mode 100644
index 0000000000..1ad03cb5ca
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cctype
@@ -0,0 +1,26 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CCTYPE_HEADER
+#define __CCTYPE_HEADER
+
+#include <ctype.h>
+
+namespace std {
+ using ::isalnum;
+ using ::isdigit;
+ using ::isprint;
+ using ::isupper;
+ using ::tolower;
+ using ::isalpha;
+ using ::isgraph;
+ using ::ispunct;
+ using ::isxdigit;
+ using ::toupper;
+ using ::iscntrl;
+ using ::islower;
+ using ::isspace;
+}
+
+#endif // CCTYPE_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cerrno b/boost/compatibility/cpp_c_headers/cerrno
new file mode 100644
index 0000000000..4d57b80875
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cerrno
@@ -0,0 +1,10 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CERRNO_HEADER
+#define __CERRNO_HEADER
+
+#include <errno.h>
+
+#endif // CERRNO_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cfloat b/boost/compatibility/cpp_c_headers/cfloat
new file mode 100644
index 0000000000..9d3d53318c
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cfloat
@@ -0,0 +1,10 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CFLOAT_HEADER
+#define __CFLOAT_HEADER
+
+#include <float.h>
+
+#endif // CFLOAT_HEADER
diff --git a/boost/compatibility/cpp_c_headers/climits b/boost/compatibility/cpp_c_headers/climits
new file mode 100644
index 0000000000..b71b7f5eb4
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/climits
@@ -0,0 +1,10 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CLIMITS_HEADER
+#define __CLIMITS_HEADER
+
+#include <limits.h>
+
+#endif // CLIMITS_HEADER
diff --git a/boost/compatibility/cpp_c_headers/clocale b/boost/compatibility/cpp_c_headers/clocale
new file mode 100644
index 0000000000..b3ba3c859f
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/clocale
@@ -0,0 +1,16 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CLOCALE_HEADER
+#define __CLOCALE_HEADER
+
+#include <locale.h>
+
+namespace std {
+ using ::lconv;
+ using ::localeconv;
+ using ::setlocale;
+}
+
+#endif // CLOCALE_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cmath b/boost/compatibility/cpp_c_headers/cmath
new file mode 100644
index 0000000000..70dc8843ed
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cmath
@@ -0,0 +1,35 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CMATH_HEADER
+#define __CMATH_HEADER
+
+#include <math.h>
+
+namespace std {
+ using ::acos;
+ using ::cos;
+ using ::fmod;
+ using ::modf;
+ using ::tan;
+ using ::asin;
+ using ::cosh;
+ using ::frexp;
+ using ::pow;
+ using ::tanh;
+ using ::atan;
+ using ::exp;
+ using ::ldexp;
+ using ::sin;
+ using ::atan2;
+ using ::fabs;
+ using ::log;
+ using ::sinh;
+ using ::ceil;
+ using ::floor;
+ using ::log10;
+ using ::sqrt;
+}
+
+#endif // CMATH_HEADER
diff --git a/boost/compatibility/cpp_c_headers/csetjmp b/boost/compatibility/cpp_c_headers/csetjmp
new file mode 100644
index 0000000000..aa6a019dfe
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/csetjmp
@@ -0,0 +1,15 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSETJMP_HEADER
+#define __CSETJMP_HEADER
+
+#include <setjmp.h>
+
+namespace std {
+ using ::jmp_buf;
+ using ::longjmp;
+}
+
+#endif // CSETJMP_HEADER
diff --git a/boost/compatibility/cpp_c_headers/csignal b/boost/compatibility/cpp_c_headers/csignal
new file mode 100644
index 0000000000..37e11d9e4a
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/csignal
@@ -0,0 +1,16 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSIGNAL_HEADER
+#define __CSIGNAL_HEADER
+
+#include <signal.h>
+
+namespace std {
+ using ::sig_atomic_t;
+ using ::raise;
+ using ::signal;
+}
+
+#endif // CSIGNAL_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cstdarg b/boost/compatibility/cpp_c_headers/cstdarg
new file mode 100644
index 0000000000..5e1dd749f0
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cstdarg
@@ -0,0 +1,14 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSTDARG_HEADER
+#define __CSTDARG_HEADER
+
+#include <stdarg.h>
+
+namespace std {
+ using ::va_list;
+}
+
+#endif // CSTDARG_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cstddef b/boost/compatibility/cpp_c_headers/cstddef
new file mode 100644
index 0000000000..c00a55c1f3
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cstddef
@@ -0,0 +1,15 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSTDDEF_HEADER
+#define __CSTDDEF_HEADER
+
+#include <stddef.h>
+
+namespace std {
+ using ::ptrdiff_t;
+ using ::size_t;
+}
+
+#endif // CSTDDEF_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cstdio b/boost/compatibility/cpp_c_headers/cstdio
new file mode 100644
index 0000000000..8a48077ce3
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cstdio
@@ -0,0 +1,57 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSTDIO_HEADER
+#define __CSTDIO_HEADER
+
+#include <stdio.h>
+
+namespace std {
+ using ::FILE;
+ using ::fpos_t;
+ using ::size_t;
+ using ::clearerr;
+ using ::fgets;
+ using ::fscanf;
+ using ::gets;
+ using ::rename;
+ using ::tmpfile;
+ using ::fclose;
+ using ::fopen;
+ using ::fseek;
+ using ::perror;
+ using ::rewind;
+ using ::tmpnam;
+ using ::feof;
+ using ::fprintf;
+ using ::fsetpos;
+ using ::printf;
+ using ::scanf;
+ using ::ungetc;
+ using ::ferror;
+ using ::fputc;
+ using ::ftell;
+ using ::putc;
+ using ::setbuf;
+ using ::vfprintf;
+ using ::fflush;
+ using ::fputs;
+ using ::fwrite;
+ using ::putchar;
+ using ::setvbuf;
+ using ::vprintf;
+ using ::fgetc;
+ using ::fread;
+ using ::getc;
+ using ::puts;
+ using ::sprintf;
+ using ::vsprintf;
+ using ::fgetpos;
+ using ::freopen;
+ using ::getchar;
+ using ::remove;
+ using ::sscanf;
+}
+
+#endif // CSTDIO_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cstdlib b/boost/compatibility/cpp_c_headers/cstdlib
new file mode 100644
index 0000000000..7592ffcf3d
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cstdlib
@@ -0,0 +1,43 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSTDLIB_HEADER
+#define __CSTDLIB_HEADER
+
+#include <stdlib.h>
+
+namespace std {
+ using ::abort;
+ using ::atexit;
+ using ::exit;
+ using ::getenv;
+ using ::system;
+ using ::calloc;
+ using ::malloc;
+ using ::free;
+ using ::realloc;
+ using ::atol;
+ using ::mblen;
+ using ::strtod;
+ using ::wctomb;
+ using ::atof;
+ using ::mbstowcs;
+ using ::strtol;
+ using ::wcstombs;
+ using ::atoi;
+ using ::mbtowc;
+ using ::strtoul;
+ using ::bsearch;
+ using ::qsort;
+ using ::div_t;
+ using ::ldiv_t;
+ using ::abs;
+ using ::labs;
+ using ::srand;
+ using ::div;
+ using ::ldiv;
+ using ::rand;
+}
+
+#endif // CSTDLIB_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cstring b/boost/compatibility/cpp_c_headers/cstring
new file mode 100644
index 0000000000..e913597a64
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cstring
@@ -0,0 +1,36 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CSTRING_HEADER
+#define __CSTRING_HEADER
+
+#include <string.h>
+
+namespace std {
+ using ::size_t;
+ using ::memchr;
+ using ::strcat;
+ using ::strcspn;
+ using ::strncpy;
+ using ::strtok;
+ using ::memcmp;
+ using ::strchr;
+ using ::strerror;
+ using ::strpbrk;
+ using ::strxfrm;
+ using ::memcpy;
+ using ::strcmp;
+ using ::strlen;
+ using ::strrchr;
+ using ::memmove;
+ using ::strcoll;
+ using ::strncat;
+ using ::strspn;
+ using ::memset;
+ using ::strcpy;
+ using ::strncmp;
+ using ::strstr;
+}
+
+#endif // CSTRING_HEADER
diff --git a/boost/compatibility/cpp_c_headers/ctime b/boost/compatibility/cpp_c_headers/ctime
new file mode 100644
index 0000000000..0c8ac9abf2
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/ctime
@@ -0,0 +1,26 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CTIME_HEADER
+#define __CTIME_HEADER
+
+#include <time.h>
+
+namespace std {
+ using ::size_t;
+ using ::clock_t;
+ using ::time_t;
+ using ::tm;
+ using ::asctime;
+ using ::clock;
+ using ::difftime;
+ using ::localtime;
+ using ::strftime;
+ using ::ctime;
+ using ::gmtime;
+ using ::mktime;
+ using ::time;
+}
+
+#endif // CTIME_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cwchar b/boost/compatibility/cpp_c_headers/cwchar
new file mode 100644
index 0000000000..f9fbd30955
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cwchar
@@ -0,0 +1,156 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CWCHAR_HEADER
+#define __CWCHAR_HEADER
+
+#include <wchar.h>
+
+namespace std {
+ using ::mbstate_t;
+ using ::wint_t;
+ using ::size_t;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::btowc;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::getwchar;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::ungetwc;
+#endif
+ using ::wcscpy;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wcsrtombs;
+#endif
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wmemchr;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::fgetwc;
+#endif
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::mbrlen;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::vfwprintf;
+#endif
+#endif
+ using ::wcscspn;
+ using ::wcsspn;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wmemcmp;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::fgetws;
+#endif
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::mbrtowc;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::vswprintf;
+#endif
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::wcsftime;
+#endif
+ using ::wcsstr;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wmemcpy;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::fputwc;
+#endif
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::mbsinit;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::vwprintf;
+#endif
+#endif
+ using ::wcslen;
+ using ::wcstod;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wmemmove;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::fputws;
+#endif
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::mbsrtowcs;
+#endif
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wcrtomb;
+#endif
+ using ::wcsncat;
+ using ::wcstok;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wmemset;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+#if !(defined(__DECCXX_VER) && __DECCXX_VER <= 60290024)
+ using ::fwide;
+#endif
+#endif
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::putwc;
+#endif
+ using ::wcscat;
+ using ::wcsncmp;
+ using ::wcstol;
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wprintf;
+#endif
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::fwprintf;
+#endif
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::putwchar;
+#endif
+ using ::wcschr;
+ using ::wcsncpy;
+ using ::wcstoul;
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wscanf;
+#endif
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::fwscanf;
+#endif
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::swprintf;
+#endif
+#endif
+ using ::wcscmp;
+ using ::wcspbrk;
+ using ::wcsxfrm;
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+ using ::getwc;
+#endif
+#if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005)
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::swscanf;
+#endif
+#endif
+ using ::wcscoll;
+ using ::wcsrchr;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wctob;
+#endif
+}
+
+#endif // CWCHAR_HEADER
diff --git a/boost/compatibility/cpp_c_headers/cwctype b/boost/compatibility/cpp_c_headers/cwctype
new file mode 100644
index 0000000000..cf8f07b074
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/cwctype
@@ -0,0 +1,39 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CWCTYPE_HEADER
+#define __CWCTYPE_HEADER
+
+#include <wctype.h>
+
+namespace std {
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wctrans_t;
+#endif
+ using ::wctype_t;
+ using ::wint_t;
+ using ::iswalnum;
+ using ::iswctype;
+ using ::iswlower;
+ using ::iswspace;
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::towctrans;
+#endif
+#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
+ using ::wctrans;
+#endif
+ using ::iswalpha;
+ using ::iswdigit;
+ using ::iswprint;
+ using ::iswupper;
+ using ::towlower;
+ using ::wctype;
+ using ::iswcntrl;
+ using ::iswgraph;
+ using ::iswpunct;
+ using ::iswxdigit;
+ using ::towupper;
+}
+
+#endif // CWCTYPE_HEADER