Sha256: 6998377d76ef4c34f5c276deb8b7fd699144a619e6d22d78b55a67bbce34cf5b
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
#ifndef _COMPAT_WCTYPE_H_ #define _COMPAT_WCTYPE_H_ #include_next <wctype.h> /* We undef these until libcxx is fixed. Without this, some things can fail to compile correctly, like Boost. Issue #1716. */ #undef iswalpha #undef iswblank #undef iswcntrl #undef iswdigit #undef iswgraph #undef iswlower #undef iswprint #undef iswpunct #undef iswspace #undef iswupper #undef iswxdigit #undef iswctype #endif /* _COMPAT_WCTYPE_H_ */
Version data entries
3 entries across 3 versions & 1 rubygems