[PATCH] D14926: Use libcxx's default rune table with the Musl C library.
Vasileios Kalintiris via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 23 07:18:36 PST 2015
vkalintiris added a comment.
@dalias: Can you take a correctness-look at this patch?
================
Comment at: include/__locale:411-415
@@ -410,7 +410,3 @@
#else
-#if defined(_LIBCPP_HAS_MUSL_LIBC)
- typedef unsigned short mask;
-#else
typedef unsigned long mask;
-#endif
static const mask space = 1<<0;
----------------
Which typedef should we choose for mask?
http://reviews.llvm.org/D14926
More information about the cfe-commits
mailing list