__locale: std::uint32_t may be available here.
This commit is contained in:
@@ -302,7 +302,7 @@ locale::operator()(const basic_string<_CharT, _Traits, _Allocator>& __x,
|
|||||||
class _LIBCPP_VISIBLE ctype_base
|
class _LIBCPP_VISIBLE ctype_base
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef __uint32_t mask;
|
typedef std::uint32_t mask;
|
||||||
|
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
static const mask space = _CTYPE_S;
|
static const mask space = _CTYPE_S;
|
||||||
|
Reference in New Issue
Block a user