]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/compatibility/include/boost/compatibility/cpp_c_headers/cwctype
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / compatibility / include / boost / compatibility / cpp_c_headers / cwctype
CommitLineData
7c673cae
FG
1// This file is automatically generated. Do not edit.
2// ['../../libs/compatibility/generate_cpp_c_headers.py']
3// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
4
5#ifndef __CWCTYPE_HEADER
6#define __CWCTYPE_HEADER
7
8#include <wctype.h>
9
10namespace std {
11#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
12 using ::wctrans_t;
13#endif
14 using ::wctype_t;
15 using ::wint_t;
16 using ::iswalnum;
17 using ::iswctype;
18 using ::iswlower;
19 using ::iswspace;
20#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
21 using ::towctrans;
22#endif
23#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740)
24 using ::wctrans;
25#endif
26 using ::iswalpha;
27 using ::iswdigit;
28 using ::iswprint;
29 using ::iswupper;
30 using ::towlower;
31 using ::wctype;
32 using ::iswcntrl;
33 using ::iswgraph;
34 using ::iswpunct;
35 using ::iswxdigit;
36 using ::towupper;
37}
38
39#endif // CWCTYPE_HEADER